]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
fixes for paramodulation relocation
[helm.git] / helm / ocaml / Makefile.in
index 88410454c48931e63cedc45ace1d735a2ba4c257..a4a6c8fd2d883ede52124480bec4dad06ac5585d 100644 (file)
@@ -23,6 +23,7 @@ MODULES =                     \
        cic_unification         \
        whelp                   \
        tactics                 \
+       tactics/paramodulation \
        cic_disambiguation      \
        lexicon                 \
        grafite_engine          \
@@ -33,9 +34,9 @@ OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLPATH = @OCAMLFIND_META_DIR@
 OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
 
-METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation
+METAS = $(filter-out %/paramodulation,$(MODULES:%=METAS/META.helm-%))
 
-all: metas $(MODULES:%=%.all)
+all: metas $(MODULES:%=%.all) 
 opt: metas $(MODULES:%=%.opt)
 world: all opt
 metas: $(METAS)
@@ -43,6 +44,7 @@ depend: $(MODULES:%=%.depend)
 install: $(MODULES:%=%.install)
 uninstall: $(MODULES:%=%.uninstall)
 clean: $(MODULES:%=%.clean)
+
 clean_metas:
        rm -f $(METAS)
 distclean: clean clean_metas