]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/Makefile
we started the infrastructure for the procedural rendering of proofs
[helm.git] / helm / software / components / content_pres / Makefile
index 5d43e18ab50eaff4d835cdc3ee650e83823a6c90..497afc8d228e3be4bd8fb25a20034d4cd8435b4d 100644 (file)
@@ -12,6 +12,8 @@ INTERFACE_FILES =             \
        cicNotationPres.mli     \
        boxPp.mli               \
        content2pres.mli        \
+       content2Procedural.mli  \
+       objPp.mli               \
        sequent2pres.mli        \
        $(NULL)
 IMPLEMENTATION_FILES =         \
@@ -46,7 +48,7 @@ include ../Makefile.common
 # <cross> cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as
 # soon as we have ocaml 3.09 everywhere and "loc" occurrences are replaced by
 # "_loc" occurrences
-UTF8DIR := $(shell $(OCAMLFIND) query helm-utf8_macros)
+UTF8DIR := $(shell $(OCAMLFIND) query helm-syntax_extensions)
 ULEXDIR := $(shell $(OCAMLFIND) query ulex)
 MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ulex.cma pa_unicode_macro.cma -loc loc"
 cicNotationLexer.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)