aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-12-09 16:45:42 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-12-09 16:45:42 +0000
commitcfc9e109a653047b7ca73224525bba67a8c3a571 (patch)
treeb0ad9867a8d675aeae841f9921b7ff0dcd355bb3 /config
parentda0e158cf5b012ec2b61041553ae3f871e9bef09 (diff)
Factorisation between Makefile and ocamlbuild systems : .vo to compile are in */*/vo.itarget
On the way: no more -fsets (yes|no) and -reals (yes|no) option of configure if you want a partial build, make a specific rule such as theories-light Beware: these vo.itarget should not contain comments. Even if this is legal for ocamlbuild, the $(shell cat ...) we do in Makefile can't accept that. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12574 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.template6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/Makefile.template b/config/Makefile.template
index 4d45f1b4e..8864f52d0 100644
--- a/config/Makefile.template
+++ b/config/Makefile.template
@@ -135,12 +135,6 @@ COQDOCDIR="COQDOCDIRECTORY"
# Win32 systems: true (actually strip is bogus)
STRIP=STRIPCOMMAND
-# Options for fsets (all/basic)
-FSETS=FSETSOPT
-
-# Options for reals (all/basic)
-REALS=REALSOPT
-
# CoqIde (no/byte/opt)
HASCOQIDE=COQIDEOPT