From: Andrea Asperti Date: Tue, 23 May 2006 08:03:18 +0000 (+0000) Subject: added stuff for profiling macros X-Git-Tag: 0.4.95@7852~1444 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=eba67a7f8b8f479ff60226d2d8c935c60277f8e6;p=helm.git added stuff for profiling macros --- diff --git a/components/tactics/Makefile b/components/tactics/Makefile index 5538c15a0..698729bef 100644 --- a/components/tactics/Makefile +++ b/components/tactics/Makefile @@ -34,14 +34,14 @@ tactics.mli: 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) +paramodulation/%.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +paramodulation/%.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) +paramodulation/%.cmo: OCAMLC = $(OCAMLC_P4) +paramodulation/%.cmx: OCAMLOPT = $(OCAMLOPT_P4) STATS_EXCLUDE = tactics.mli