X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2Fparamodulation%2FMakefile;h=ba8bd40aa8e0d66590c475ce4bade1ba607aafd0;hb=6355ac16ff3996e16d9d9cfb08e4184bc7962f8b;hp=467def96946914d38f878dc11cf3fe97b1d0b8fb;hpb=77f41636ced753cd8b909a0f01908bab3925d113;p=helm.git diff --git a/helm/ocaml/tactics/paramodulation/Makefile b/helm/ocaml/tactics/paramodulation/Makefile index 467def969..ba8bd40aa 100644 --- a/helm/ocaml/tactics/paramodulation/Makefile +++ b/helm/ocaml/tactics/paramodulation/Makefile @@ -4,13 +4,17 @@ LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite, include ../../Makefile.common -all:saturate -opt:saturate.opt +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 $@ $< + @echo " OCAMLOPT $<" + @$(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $< clean: rm -f saturate saturate.opt