]> matita.cs.unibo.it Git - helm.git/commitdiff
added again stuff for profiling
authorEnrico Tassi <enrico.tassi@inria.fr>
Tue, 23 May 2006 08:07:25 +0000 (08:07 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Tue, 23 May 2006 08:07:25 +0000 (08:07 +0000)
components/tactics/Makefile

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