]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
bugfix: libraries.ps works again
[helm.git] / helm / ocaml / Makefile.in
index b6b3bd0d7da7188fbd7f544083fb8d39618dd029..6b2bf09cb8f37efe9bf46edc84463cccc723a6f0 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,15 +17,17 @@ 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@
+OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
 
-METAS = $(MODULES:%=METAS/META.helm-%)
+METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation
 
 all: metas $(MODULES:%=%.all)
 opt: metas $(MODULES:%=%.opt)