X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite_parser%2FMakefile;h=06824b141107f7675b1e33026f011c1096134a3b;hb=237e58b77eda53354d9621e3e2f684c30f7da763;hp=434eaceaa1e9927ed3fb266489cb850cd620f024;hpb=f7137d4c9643a496396c5335116179087205ac05;p=helm.git diff --git a/components/grafite_parser/Makefile b/components/grafite_parser/Makefile index 434eaceaa..06824b141 100644 --- a/components/grafite_parser/Makefile +++ b/components/grafite_parser/Makefile @@ -17,12 +17,13 @@ clean: clean_tests # 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" grafiteParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) grafiteParser.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) +depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS) # # grafiteParser.cmo: OCAMLC = $(OCAMLC_P4)