diff options
| author | bertot | 2001-04-18 11:59:31 +0000 |
|---|---|---|
| committer | bertot | 2001-04-18 11:59:31 +0000 |
| commit | 370fdebbace65b07002d0357393a10013e25203b (patch) | |
| tree | 6d53c85472a7d205043618f995d1394d107b3e9f | |
| parent | a950276107c7f3204bf62af45eb61c3154124ed7 (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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
