]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
fix
[helm.git] / helm / ocaml / Makefile.in
index b4b99eb24fcb4328c33e6df45d012479ae45b7ea..889b871473b939729c7c99bc9421c63be30b11ab 100644 (file)
@@ -1,7 +1,7 @@
 # Warning: the modules must be in compilation order
+NULL =
 MODULES =                      \
        xml                     \
-       pxp                     \
        registry                \
        utf8_macros             \
        thread                  \
@@ -10,19 +10,15 @@ MODULES =                   \
        logger                  \
        getter                  \
        cic                     \
-       cic_annotations         \
        cic_proof_checking      \
        cic_unification         \
        cic_omdoc               \
        metadata                \
        tactics                 \
-       cic_notation            \
        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@
@@ -37,7 +33,7 @@ metas: $(METAS)
 depend: $(MODULES:%=%.depend)
 install: $(MODULES:%=%.install)
 uninstall: $(MODULES:%=%.uninstall)
-clean: clean_metas $(MODULES:%=%.clean)
+clean: $(MODULES:%=%.clean)
 clean_metas:
        rm -f $(METAS)
 distclean: clean clean_metas