X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=0c2d4941177a12cacac17e0b24afb51f7d32da6b;hb=abaf6d7686aa3afe2917ae428cbd796022e69d49;hp=a59228b34bbaa96eddcda88c80a781c3f43d43d2;hpb=108f7ef287b08d4d7228790d7c6d956434f16c6c;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index a59228b34..0c2d49411 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -3,7 +3,9 @@ NULL = MODULES = \ extlib \ xml \ + hgdome \ registry \ + hmysql \ utf8_macros \ thread \ xmldiff \ @@ -12,18 +14,25 @@ MODULES = \ getter \ cic \ cic_proof_checking \ - cic_unification \ - cic_omdoc \ + cic_acic \ + acic_content \ + content_pres \ + grafite \ metadata \ + library \ + cic_unification \ + whelp \ tactics \ - cic_notation \ - cic_transformations \ - cic_disambiguation \ paramodulation \ + cic_disambiguation \ + lexicon \ + grafite_engine \ + grafite_parser \ $(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 @@ -79,12 +88,22 @@ METAS/META.helm-%: METAS/meta.helm-%.src for i in $(MODULES); do echo "\"helm-$$i\" [shape=box,style=filled,fillcolor=yellow];" >> $@ ; done echo "}" >> $@ +.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: