X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2Fparamodulation%2FMakefile;h=ba8bd40aa8e0d66590c475ce4bade1ba607aafd0;hb=ed308fc03be5397081ac0e00bbc73b3f71da1e67;hp=af04e29c430fe0db0a82bd8a57dd959a3c01af87;hpb=b1527286e32c8651d65619af61e3f638b3b89f8d;p=helm.git diff --git a/helm/ocaml/tactics/paramodulation/Makefile b/helm/ocaml/tactics/paramodulation/Makefile index af04e29c4..ba8bd40aa 100644 --- a/helm/ocaml/tactics/paramodulation/Makefile +++ b/helm/ocaml/tactics/paramodulation/Makefile @@ -2,13 +2,21 @@ PACKAGE = dummy LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser,helm-tactics +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 $@ $< -saturate.opt: saturate_main.ml $(PARAMOD_OBJS_OPT) $(LIBRARIES) - $(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $(PARAMOD_OBJS_OPT) < + @echo " OCAMLC $<" + @$(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $< +saturate.opt: saturate_main.ml $(LIBRARIES) + @echo " OCAMLOPT $<" + @$(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $< clean: - rm saturate saturate.cmo saturate.cmx + rm -f saturate saturate.opt -include ../../Makefile.common