]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
fix
[helm.git] / helm / ocaml / Makefile.in
index e1cba430e7e9545875f7c5e7a651295bdb5b5923..889b871473b939729c7c99bc9421c63be30b11ab 100644 (file)
@@ -1,7 +1,7 @@
 # Warning: the modules must be in compilation order
+NULL =
 MODULES =                      \
        xml                     \
-       pxp                     \
        registry                \
        utf8_macros             \
        thread                  \
@@ -10,18 +10,15 @@ MODULES =                   \
        logger                  \
        getter                  \
        cic                     \
-       cic_annotations         \
        cic_proof_checking      \
        cic_unification         \
        cic_omdoc               \
        metadata                \
        tactics                 \
        cic_transformations     \
+       cic_notation            \
        cic_textual_parser2     \
-       mathql                  \
-       mathql_interpreter      \
-       mathql_generator        \
-       hbugs                   
+       $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@