X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FMakefile;h=04dd68223c0996262fa171d3a785803ebbed1da8;hb=abd976fb6603a85c1da6d1582114e7c1fa472449;hp=5538c15a0a7b8c7c7f6d4265f7497762e7d1c6d7;hpb=58955ec841575330f0b429033264f9ec7df319f9;p=helm.git diff --git a/helm/software/components/tactics/Makefile b/helm/software/components/tactics/Makefile index 5538c15a0..04dd68223 100644 --- a/helm/software/components/tactics/Makefile +++ b/helm/software/components/tactics/Makefile @@ -33,16 +33,15 @@ tactics.mli: $(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) +STR=$(shell $(OCAMLFIND) query str) +MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) -I $(STR) str.cma pa_extend.cmo profiling_macros.cma -loc loc" +paramodulation/%.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +paramodulation/%.cmo: OCAMLC = $(OCAMLC_P4) +paramodulation/%.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +paramodulation/%.cmx: OCAMLOPT = $(OCAMLOPT_P4) + 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