]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/paramodulation/Makefile
Added a new section on automation
[helm.git] / helm / ocaml / tactics / paramodulation / Makefile
index 8baf84c474780d42d8b5adac1e2cb369de423013..ba8bd40aa8e0d66590c475ce4bade1ba607aafd0 100644 (file)
@@ -2,15 +2,19 @@ PACKAGE = dummy
 
 LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser,helm-tactics
 
-all:saturate
-opt:saturate.opt
+include ../../Makefile.common
+
+all $(PACKAGE).cma :saturate 
+       @echo -n
+opt $(PACKAGE).cmxa:saturate.opt
+       @echo -n
 
 saturate: saturate_main.ml $(LIBRARIES)
-       $(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<
+       @echo "  OCAMLC $<"
+       @$(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<
 saturate.opt: saturate_main.ml $(LIBRARIES)
-       $(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<
-
-include ../../Makefile.common
+       @echo "  OCAMLOPT $<"
+       @$(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<
 
 clean:
        rm -f saturate saturate.opt