X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2Fparamodulation%2FMakefile;fp=helm%2Focaml%2Ftactics%2Fparamodulation%2FMakefile;h=0000000000000000000000000000000000000000;hb=55b82bd235d82ff7f0a40d980effe1efde1f5073;hp=f1b613400836daee295bf5fc44cc491c140d6cdc;hpb=771ee8b9d122fa963881c876e86f90531bb7434f;p=helm.git diff --git a/helm/ocaml/tactics/paramodulation/Makefile b/helm/ocaml/tactics/paramodulation/Makefile deleted file mode 100644 index f1b613400..000000000 --- a/helm/ocaml/tactics/paramodulation/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PACKAGE = dummy - -LOCALLINKOPTS = -package helm-cic_disambiguation,helm-content_pres,helm-grafite,helm-grafite_parser,helm-tactics - -include ../../../Makefile.defs -include ../../Makefile.common - -all $(PACKAGE).cma :saturate - @echo -n -opt $(PACKAGE).cmxa:saturate.opt - @echo -n - -saturate: saturate_main.ml $(LIBRARIES) - @echo " OCAMLC $<" - @$(OCAMLC) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $< -saturate.opt: saturate_main.ml $(LIBRARIES) - @echo " OCAMLOPT $<" - @$(OCAMLOPT) $(LOCALLINKOPTS) -thread -linkpkg -o $@ $< - -clean: - rm -f saturate saturate.opt - -