]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/paramodulation/Makefile
fixes for paramodulation relocation
[helm.git] / helm / ocaml / tactics / paramodulation / Makefile
index af04e29c430fe0db0a82bd8a57dd959a3c01af87..8baf84c474780d42d8b5adac1e2cb369de423013 100644 (file)
@@ -2,13 +2,17 @@ PACKAGE = dummy
 
 LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser,helm-tactics
 
+all:saturate
+opt:saturate.opt
+
 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) <
+saturate.opt: saturate_main.ml $(LIBRARIES)
+       $(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $<
+
+include ../../Makefile.common
 
 clean:
-       rm saturate saturate.cmo saturate.cmx
+       rm -f saturate saturate.opt
 
-include ../../Makefile.common