]> matita.cs.unibo.it Git - helm.git/commitdiff
don't build pxp (no longer needed), cic_annotations (triassic dinosaur),
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 14 Jun 2005 11:16:36 +0000 (11:16 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 14 Jun 2005 11:16:36 +0000 (11:16 +0000)
hbugs (coming soon ...)

helm/ocaml/Makefile.in

index ac2a057f34e23ed5f9162138035c99c7cc198f92..889b871473b939729c7c99bc9421c63be30b11ab 100644 (file)
@@ -1,7 +1,7 @@
 # Warning: the modules must be in compilation order
+NULL =
 MODULES =                      \
        xml                     \
-       pxp                     \
        registry                \
        utf8_macros             \
        thread                  \
@@ -10,7 +10,6 @@ MODULES =                     \
        logger                  \
        getter                  \
        cic                     \
-       cic_annotations         \
        cic_proof_checking      \
        cic_unification         \
        cic_omdoc               \
@@ -19,7 +18,7 @@ MODULES =                     \
        cic_transformations     \
        cic_notation            \
        cic_textual_parser2     \
-       hbugs                   
+       $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@
@@ -34,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