From 2f612369c69e77ae2f1d16ef199b17ba841c02d8 Mon Sep 17 00:00:00 2001 From: filliatr Date: Tue, 6 Mar 2001 07:31:29 +0000 Subject: modifs pour extraction; bug coqmktop git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1428 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a85f1fc0a..ed8faaec4 100644 --- a/Makefile +++ b/Makefile @@ -207,6 +207,13 @@ parsing: $(PARSING) pretyping: $(PRETYPING) toplevel: $(TOPLEVEL) +# special binaries for debugging + +EXTRACTIONCMO=contrib/extraction/ocaml.cmo contrib/extraction/extraction.cmo + +bin/coq-extraction: $(COQMKTOP) $(CMO) $(USERTACCMO) + $(COQMKTOP) -top $(INCLUDES) $(CAMLDEBUG) -o $@ $(EXTRACTIONCMO) + ########################################################################### # tests ########################################################################### -- cgit v1.2.3