aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorletouzey2002-03-04 15:48:51 +0000
committerletouzey2002-03-04 15:48:51 +0000
commit59904470f5e0be906909ec7d8e1303a2792403cd (patch)
tree39edbc9a870024f92cc11e5e478840e4595f6308 /Makefile
parent6274447373e7dc69234da3415f8d9c4d4b67ced2 (diff)
Big commit extraction:
- Changement de syntaxe (Extraction Language Toplevel/Ocaml/Haskell) - Retour des inductifs singletons et vides dans extraction.ml (extraction.ml -> actions sur le type, mlutil.ml -> conserve le type) - maintenant par defaut Recursive Extraction === Extraction "file" - kill_prop global est fait dans extraction.ml selon typage (a suivre...) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2508 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7be6b4c2c9..07a6c419f5 100644
--- a/Makefile
+++ b/Makefile
@@ -210,8 +210,8 @@ EXTRACTIONCMO=contrib/extraction/table.cmo\
contrib/extraction/mlutil.cmo\
contrib/extraction/ocaml.cmo \
contrib/extraction/haskell.cmo \
- contrib/extraction/common.cmo \
contrib/extraction/extraction.cmo \
+ contrib/extraction/common.cmo \
contrib/extraction/extract_env.cmo
CORRECTNESSCMO=contrib/correctness/pmisc.cmo \