X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FMakefile;h=7501004fbc5f679019691ea2f63fcc25abb89602;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=9c627cb234a91db05b90eb4cd32d10d349412f28;hpb=664ce15981e66bc897f31963b2f9f2f1e3d11470;p=helm.git diff --git a/helm/software/components/content_pres/Makefile b/helm/software/components/content_pres/Makefile index 9c627cb23..7501004fb 100644 --- a/helm/software/components/content_pres/Makefile +++ b/helm/software/components/content_pres/Makefile @@ -9,14 +9,9 @@ INTERFACE_FILES = \ box.mli \ content2presMatcher.mli \ termContentPres.mli \ - cicNotationPres.mli \ boxPp.mli \ + cicNotationPres.mli \ content2pres.mli \ - cicClassify.mli \ - proceduralConversion.mli \ - proceduralTypes.mli \ - acic2Procedural.mli \ - objPp.mli \ sequent2pres.mli \ $(NULL) IMPLEMENTATION_FILES = \ @@ -52,8 +47,8 @@ include ../Makefile.common # soon as we have ocaml 3.09 everywhere and "loc" occurrences are replaced by # "_loc" occurrences 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" +ULEXDIR := $(shell $(OCAMLFIND) query ulex08) +MY_SYNTAXOPTIONS = -pp "camlp5o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ulex.cma pa_unicode_macro.cma -loc loc" cicNotationLexer.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) cicNotationParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) cicNotationLexer.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)