3 REQUIRES = helm-grafite_parser helm-tactics
6 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
7 EXTRA_OBJECTS_TO_INSTALL =
8 EXTRA_OBJECTS_TO_CLEAN = \
16 saturate: saturate_main.ml
18 $(H)$(OCAMLFIND) ocamlc \
19 -I ../../tactics/paramodulation/ -thread -package "$(REQUIRES)" -linkpkg -o $@ $<
21 saturate.opt: saturate_main.ml
22 $(H)echo " OCAMLOPT $<"
23 $(H)$(OCAMLFIND) ocamlopt \
24 -I ../../tactics/paramodulation/ -thread -package "$(REQUIRES)" -linkpkg -o $@ $<
27 $(H)rm -f *.cm[iox] *.a *.o
28 $(H)rm -f saturate saturate.opt
33 include ../../../Makefile.defs