]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
1. Several files in grafite that should be in grafite_parser moved there.
[helm.git] / helm / ocaml / Makefile.in
index 3a3bcbf6fb6a3bebb2f20ab79f412bb09473ea48..aa9fb9c41a60a6201e8767f36cc7009094018f41 100644 (file)
@@ -1,8 +1,11 @@
 # Warning: the modules must be in compilation order
 NULL =
 MODULES =                      \
+       extlib                  \
        xml                     \
+       hgdome                  \
        registry                \
+       hmysql                  \
        utf8_macros             \
        thread                  \
        xmldiff                 \
@@ -11,19 +14,26 @@ MODULES =                   \
        getter                  \
        cic                     \
        cic_proof_checking      \
-       cic_unification         \
-       cic_omdoc               \
+       cic_acic                \
+       acic_content            \
+       content_pres            \
+       grafite                 \
        metadata                \
+       library                 \
+       cic_unification         \
+       whelp                   \
        tactics                 \
-       cic_transformations     \
-       cic_notation            \
-       cic_textual_parser2     \
+       paramodulation          \
+       cic_disambiguation      \
+       grafite2                \
+       grafite_parser          \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLPATH = @OCAMLFIND_META_DIR@
+OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
 
-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)