]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
Moved paramodulation inside tactics.
[helm.git] / helm / ocaml / Makefile.in
index aa9fb9c41a60a6201e8767f36cc7009094018f41..0c2d4941177a12cacac17e0b24afb51f7d32da6b 100644 (file)
@@ -25,7 +25,8 @@ MODULES =                     \
        tactics                 \
        paramodulation          \
        cic_disambiguation      \
-       grafite2                \
+       lexicon                 \
+       grafite_engine          \
        grafite_parser          \
        $(NULL)
 
@@ -87,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: