aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbertot2001-04-18 11:59:31 +0000
committerbertot2001-04-18 11:59:31 +0000
commit370fdebbace65b07002d0357393a10013e25203b (patch)
tree6d53c85472a7d205043618f995d1394d107b3e9f
parenta950276107c7f3204bf62af45eb61c3154124ed7 (diff)
Make sure the binaries needed for pcoq are compiled by default.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1602 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 342aa60c4b..f9520750b9 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ COQTOPOPT=bin/coqtop.opt
BESTCOQTOP=bin/coqtop.$(BEST)
COQINTERFACE=bin/coq-interface bin/parser
-COQBINARIES= $(COQMKTOP) $(COQC) $(COQTOPBYTE) $(BESTCOQTOP)
+COQBINARIES= $(COQMKTOP) $(COQC) $(COQTOPBYTE) $(BESTCOQTOP) $(COQINTERFACE)
world: $(COQBINARIES) states theories contrib tools
@@ -281,7 +281,8 @@ toplevel: $(TOPLEVEL)
# special binaries for debugging
-bin/coq-interface: $(COQMKTOP) $(CMO) $(USERTACCMO) $(INTERFACE)
+bin/coq-interface: $(COQMKTOP) $(CMO) $(USERTACCMO) $(INTERFACE) \
+ contrib/interface/Centaur.vo
$(COQMKTOP) -top $(INCLUDES) $(CAMLDEBUG) -o $@ $(INTERFACE)
bin/parser: contrib/interface/parse.cmo contrib/interface/line_parser.cmo $(PARSERREQUIRES) contrib/interface/xlate.cmo contrib/interface/vtp.cmo