]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/Makefile
removed no longer used METAs
[helm.git] / helm / ocaml / tactics / Makefile
index db8cc9231f978623d6ad2111362bbb23857513f6..0b8f4fb695dc2cae454cf139b2501a9b92788bfc 100644 (file)
@@ -23,11 +23,13 @@ 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