X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FMakefile;h=04dd68223c0996262fa171d3a785803ebbed1da8;hb=a678660f895ef80810bffc2ac852fb4b71c27dbe;hp=698729bef9379cc7f8338130f0dac5b703d1d0b9;hpb=d9c23022bf02fce53fbb83991bad90ef6ea262eb;p=helm.git diff --git a/helm/software/components/tactics/Makefile b/helm/software/components/tactics/Makefile index 698729bef..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" +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/%.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) -depend.opt: 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) STATS_EXCLUDE = tactics.mli