]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/Makefile
snapshot
[helm.git] / helm / ocaml / cic_notation / Makefile
index 9fa417ef550ff73f061c7d12c8b08337c90ef505..5c3b094087d8f08dcd123b249dba5f8dcc1175df 100644 (file)
@@ -1,6 +1,7 @@
 
 PACKAGE = cic_notation
 REQUIRES = \
+       helm-cic        \
        helm-utf8_macros \
        ulex
 NULL =
@@ -9,6 +10,7 @@ INTERFACE_FILES = \
        cicNotationParser.mli   \
        $(NULL)
 IMPLEMENTATION_FILES = \
+       cicNotationPt.ml        \
        $(patsubst %.mli, %.ml, $(INTERFACE_FILES))     \
        $(NULL)
 
@@ -18,7 +20,7 @@ cicNotationLexer.cmo: cicNotationLexer.ml cicNotationLexer.cmi
        $(OCAMLC_P4) -c $<
 cicNotationLexer.cmx: cicNotationLexer.ml cicNotationLexer.cmi
        $(OCAMLOPT_P4) -c $<
-cicNotationParser.cmo: REQUIRES = helm-utf8_macros camlp4.gramlib
+cicNotationParser.cmo: REQUIRES = helm-utf8_macros camlp4.gramlib helm-cic
 cicNotationParser.cmo: cicNotationParser.ml cicNotationParser.cmi cicNotationLexer.cmi
        $(OCAMLC_P4) -c $<
 cicNotationParser.cmx: REQUIRES = helm-utf8_macros camlp4.gramlib