]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite_parser/Makefile
Bug fixed: terms with a Cast used to raise assert false when whd was avoided
[helm.git] / helm / software / components / grafite_parser / Makefile
index 8482825a605b4f3e467743be33d3208ec0ce4000..964b0a86a2e623bc3cec9b0585eecffa172f78df 100644 (file)
@@ -1,12 +1,13 @@
 PACKAGE = grafite_parser
 PREDICATES =
 
-INTERFACE_FILES = \
-       dependenciesParser.mli  \
-       grafiteParser.mli       \
-       cicNotation2.mli        \
-       grafiteDisambiguator.mli \
-       grafiteDisambiguate.mli \
+INTERFACE_FILES =                      \
+       dependenciesParser.mli          \
+       grafiteParser.mli               \
+       cicNotation2.mli                \
+       grafiteDisambiguator.mli        \
+       grafiteDisambiguate.mli         \
+       grafiteWalker.mli               \
        $(NULL)
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 
@@ -22,6 +23,7 @@ MY_SYNTAXOPTIONS = -pp "camlp4o -I $(UTF8DIR) -I $(ULEXDIR) pa_extend.cmo pa_ule
 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)