]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
added universes
[helm.git] / helm / ocaml / Makefile.in
index b6b3bd0d7da7188fbd7f544083fb8d39618dd029..0fd0bd9342cf27d3021876230bb44372d9acca85 100644 (file)
@@ -15,15 +15,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 = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation
 
 all: metas $(MODULES:%=%.all)
 opt: metas $(MODULES:%=%.opt)