]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/Makefile
LexiconAstPp: fixed syntax for include
[helm.git] / helm / software / components / grafite_parser / Makefile
index 434eaceaa1e9927ed3fb266489cb850cd620f024..06824b141107f7675b1e33026f011c1096134a3b 100644 (file)
@@ -17,12 +17,13 @@ clean: clean_tests
 # <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"
 grafiteParser.cmo: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
 grafiteParser.cmx: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
 depend: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
+depend.opt: SYNTAXOPTIONS = $(MY_SYNTAXOPTIONS)
 # </cross>
 #
 grafiteParser.cmo: OCAMLC = $(OCAMLC_P4)