]> matita.cs.unibo.it Git - helm.git/commitdiff
added stuff for profiling macros
authorAndrea Asperti <andrea.asperti@unibo.it>
Tue, 23 May 2006 08:03:18 +0000 (08:03 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Tue, 23 May 2006 08:03:18 +0000 (08:03 +0000)
helm/software/components/tactics/Makefile

index 5538c15a0a7b8c7c7f6d4265f7497762e7d1c6d7..698729bef9379cc7f8338130f0dac5b703d1d0b9 100644 (file)
@@ -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)
 # </cross>
 #
-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