]> matita.cs.unibo.it Git - helm.git/blobdiff - components/tactics/Makefile
utf8_macros moved to syntax_extensions.
[helm.git] / components / tactics / Makefile
index 1fe925282a52f79786cf8e3ed2e7ce6a58841168..5538c15a0a7b8c7c7f6d4265f7497762e7d1c6d7 100644 (file)
@@ -32,6 +32,18 @@ tactics.mli:
        $(H)echo "(* GENERATED FILE, DO NOT EDIT. STAMP:`date` *)" > $@
        $(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)
+depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
+depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
+# </cross>
+#
+paramodulation/saturation.cmo: OCAMLC = $(OCAMLC_P4)
+paramodulation/saturation.cmx: OCAMLOPT = $(OCAMLOPT_P4)
+
+
 STATS_EXCLUDE = tactics.mli
 
 include ../../Makefile.defs