3 REQUIRES = helm-content_pres
6 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
7 EXTRA_OBJECTS_TO_INSTALL =
8 EXTRA_OBJECTS_TO_CLEAN = \
9 test_lexer test_lexer.opt
16 test_lexer: test_lexer.ml
18 $(H)$(OCAMLFIND) ocamlc \
19 -I ../../tactics/paramodulation/ -rectypes -thread -package "$(REQUIRES)" -linkpkg -o $@ $<
21 test_lexer.opt: test_lexer.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 test_lexer test_lexer.opt
33 include ../../../Makefile.defs