X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FMakefile;h=3bf2dfa6259b4dc86b613f1a3f70b30f6928809e;hb=3621e248131c72d46d5babe1c403af0712f2511a;hp=5583ecb8ac4a88d64439b475708ce2bc42059167;hpb=e14fdca3a845ad0b88a34497f41472c3e7f8473b;p=helm.git diff --git a/matita/components/grafite_parser/Makefile b/matita/components/grafite_parser/Makefile index 5583ecb8a..3bf2dfa62 100644 --- a/matita/components/grafite_parser/Makefile +++ b/matita/components/grafite_parser/Makefile @@ -1,12 +1,8 @@ PACKAGE = grafite_parser PREDICATES = -INTERFACE_FILES = \ - dependenciesParser.mli \ +INTERFACE_FILES = \ grafiteParser.mli \ - cicNotation2.mli \ - nEstatus.mli \ - grafiteDisambiguate.mli \ print_grammar.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) @@ -18,7 +14,7 @@ clean: # 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 ulex08) +ULEXDIR = $(shell $(OCAMLFIND) query ulex-camlp5) MY_SYNTAXOPTIONS = -pp "camlp5o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ulex.cma pa_unicode_macro.cma -loc loc" grafiteParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) grafiteParser.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)