X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=0c2d4941177a12cacac17e0b24afb51f7d32da6b;hb=f553eb12e42b11d37dbf1ae3f8ceb859a875df98;hp=3dabc3ad4b99185e7ad8c0d932e04c2b532da14d;hpb=9b8a57ace85bca07520ba9434e67051d86e492f6;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 3dabc3ad4..0c2d49411 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -25,7 +25,8 @@ MODULES = \ tactics \ paramodulation \ cic_disambiguation \ - grafite2 \ + lexicon \ + grafite_engine \ grafite_parser \ $(NULL) @@ -89,14 +90,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: