]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
moved dot stuff to STATS/
[helm.git] / helm / ocaml / Makefile.in
index 337dd0ca0910cf5b64375d543442f315be7e96a6..7ab72ed248e92a87909210f66dd8b20ca7397834 100644 (file)
@@ -1,3 +1,6 @@
+
+export SHELL=/bin/bash
+
 # Warning: the modules must be in compilation order
 NULL =
 MODULES =                      \
@@ -27,7 +30,7 @@ MODULES =                     \
        lexicon                 \
        grafite_engine          \
        grafite_parser          \
-       tactics/paramodulation \
+       tactics/paramodulation  \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
@@ -49,10 +52,21 @@ clean: $(MODULES:%=%.clean) clean_metas
        (for m in $(MODULES); do echo -n "$$m:"; cat $$m/.stats; done) \
         | sort -t : -k 2 -n -r > .stats
 
+EXTRA_DIST_CLEAN = \
+       libraries-clusters.ps   \
+       libraries-clusters.pdf  \
+       libraries-ext.ps        \
+       libraries.ps            \
+       .dep.dot                \
+       .extdep.dot             \
+       .clustersdep.dot        \
+       $(NULL)
+
 clean_metas:
        rm -f $(METAS)
 distclean: clean clean_metas
-       rm -f Makefile Makefile.common configure config.log config.cache config.status
+       rm -f configure config.log config.cache config.status
+       rm -f Makefile Makefile.common $(EXTRA_DIST_CLEAN)
 
 .PHONY: all opt world metas depend install uninstall clean clean_metas distclean
 
@@ -96,9 +110,9 @@ METAS/META.helm-%: METAS/meta.helm-%.src
        echo "}" >> $@
 
 .extdep.dot: .dep.dot
-       ./patch_deps.sh $< $@
+       STATS/patch_deps.sh $< $@
 .clustersdep.dot: .dep.dot
-       USE_CLUSTERS=yes ./patch_deps.sh $< $@
+       USE_CLUSTERS=yes STATS/patch_deps.sh $< $@
 
 libraries.ps: .dep.dot
        dot -Tps -o $@ $<