X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=31744803e7e8dfd65124ada92cb8da44247109ba;hb=b555e6b8c27c765a4611dda9528963ebff116412;hp=3dabc3ad4b99185e7ad8c0d932e04c2b532da14d;hpb=9b8a57ace85bca07520ba9434e67051d86e492f6;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 3dabc3ad4..31744803e 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -23,19 +23,20 @@ MODULES = \ cic_unification \ whelp \ tactics \ - paramodulation \ cic_disambiguation \ - grafite2 \ + lexicon \ + grafite_engine \ grafite_parser \ + tactics/paramodulation \ $(NULL) 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 @@ -89,14 +91,20 @@ METAS/META.helm-%: METAS/meta.helm-%.src .extdep.dot: .dep.dot ./patch_deps.sh $< $@ +.clustersdep.dot: .dep.dot + USE_CLUSTERS=yes ./patch_deps.sh $< $@ libraries.ps: .dep.dot dot -Tps -o $@ $< libraries-ext.ps: .extdep.dot dot -Tps -o $@ $< +libraries-clusters.ps: .clustersdep.dot + dot -Tps -o $@ $< libraries-complete.ps: .alldep.dot dot -Tps -o $@ $< +ps: libraries.ps libraries-ext.ps libraries-clusters.ps + tags: TAGS .PHONY: TAGS TAGS: