X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FMakefile;h=5538c15a0a7b8c7c7f6d4265f7497762e7d1c6d7;hb=4cdf45f08cd95641a094312ddc558320b874fa16;hp=1fe925282a52f79786cf8e3ed2e7ce6a58841168;hpb=9559b53134624dbee523cf6406a9852665c0ff77;p=helm.git diff --git a/components/tactics/Makefile b/components/tactics/Makefile index 1fe925282..5538c15a0 100644 --- a/components/tactics/Makefile +++ b/components/tactics/Makefile @@ -32,6 +32,18 @@ tactics.mli: $(H)echo "(* GENERATED FILE, DO NOT EDIT. STAMP:`date` *)" > $@ $(H)$(OCAMLC) -I paramodulation -i $(tactics_mli_deps) >> $@ +UTF8DIR = $(shell $(OCAMLFIND) query helm-syntax_extensions) +MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) pa_extend.cmo profiling_macros.cma -loc loc" +paramodulation/saturation.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +paramodulation/saturation.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +# +# +paramodulation/saturation.cmo: OCAMLC = $(OCAMLC_P4) +paramodulation/saturation.cmx: OCAMLOPT = $(OCAMLOPT_P4) + + STATS_EXCLUDE = tactics.mli include ../../Makefile.defs