]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / tactics / Makefile
index 57937414c9940d113229d4d6bbc1dd0b966f05cd..0b8f4fb695dc2cae454cf139b2501a9b92788bfc 100644 (file)
@@ -23,9 +23,14 @@ IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 all:
 
 tactics.mli: tactics.ml *Tactics.mli *Tactic.mli fourierR.mli ring.mli paramodulation/indexing.mli
-       echo "(* GENERATED FILE, DO NOT EDIT *)" > $@
-       $(OCAMLC) -I paramodulation -i $< >> $@
+       @echo "  OCAMLC -i $< > $@"
+       $(H)echo "(* GENERATED FILE, DO NOT EDIT *)" > $@
+       $(H)$(OCAMLC) -I paramodulation -i $< >> $@
 
+STATS_EXCLUDE = tactics.mli
+
+include ../../Makefile.defs
 include ../Makefile.common
 
 OCAMLOPTIONS+= -I paramodulation
+OCAMLDEPOPTIONS+= -I paramodulation