]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
ocaml 3.09 transition
[helm.git] / helm / ocaml / Makefile.in
index f74927b6eeb37876245a07bc0276d22dae50150b..93172fdd6c20b1cae35ade719d872b1d7d366d5f 100644 (file)
@@ -1,8 +1,10 @@
 # Warning: the modules must be in compilation order
 NULL =
 MODULES =                      \
+       extlib                  \
        xml                     \
        registry                \
+       hmysql                  \
        utf8_macros             \
        thread                  \
        xmldiff                 \
@@ -15,16 +17,16 @@ MODULES =                   \
        cic_omdoc               \
        metadata                \
        tactics                 \
-       cic_transformations     \
        cic_notation            \
-       cic_textual_parser2     \
+       cic_transformations     \
+       cic_disambiguation      \
        paramodulation          \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLPATH = @OCAMLFIND_META_DIR@
 
-METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-disambiguator
+METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation
 
 all: metas $(MODULES:%=%.all)
 opt: metas $(MODULES:%=%.opt)