aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-03-06 07:31:29 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-03-06 07:31:29 +0000
commit2f612369c69e77ae2f1d16ef199b17ba841c02d8 (patch)
tree63a8a53443cae13c153cc753e3058e983fe4c3e8 /Makefile
parent663f5bf4f519914998cf6a0ffcd58e737bab2ffb (diff)
modifs pour extraction; bug coqmktop
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1428 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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
###########################################################################