X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcontent_pres%2FMakefile;h=5613ff9ffc59abad275425c3ff72368cb0fd6ff9;hb=2632e0520c373f191b81c3975385d77e71314ca7;hp=5d43e18ab50eaff4d835cdc3ee650e83823a6c90;hpb=d4c6f8464dc183326b7f7b4dc6171e69b482a26b;p=helm.git diff --git a/components/content_pres/Makefile b/components/content_pres/Makefile index 5d43e18ab..5613ff9ff 100644 --- a/components/content_pres/Makefile +++ b/components/content_pres/Makefile @@ -12,6 +12,7 @@ INTERFACE_FILES = \ cicNotationPres.mli \ boxPp.mli \ content2pres.mli \ + objPp.mli \ sequent2pres.mli \ $(NULL) IMPLEMENTATION_FILES = \ @@ -46,7 +47,7 @@ include ../Makefile.common # 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)