]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
continuationals semantics: first draft
[helm.git] / helm / ocaml / Makefile.in
index 3a3bcbf6fb6a3bebb2f20ab79f412bb09473ea48..a59228b34bbaa96eddcda88c80a781c3f43d43d2 100644 (file)
@@ -1,6 +1,7 @@
 # Warning: the modules must be in compilation order
 NULL =
 MODULES =                      \
+       extlib                  \
        xml                     \
        registry                \
        utf8_macros             \
@@ -15,15 +16,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)