X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FMakefile;h=a976a283d7d6edd7dbaa0ce908552c666c0359b3;hb=7f72a2bf9a6f79c58048c594dc390265365face8;hp=53c39ee5e95d489aa2e3015afa7e66d444f487e3;hpb=9230a8085102cd39258c047949e87001be6ffcf0;p=helm.git diff --git a/helm/ocaml/cic_notation/Makefile b/helm/ocaml/cic_notation/Makefile index 53c39ee5e..a976a283d 100644 --- a/helm/ocaml/cic_notation/Makefile +++ b/helm/ocaml/cic_notation/Makefile @@ -5,12 +5,16 @@ REQUIRES = \ helm-cic \ helm-utf8_macros \ camlp4.gramlib \ + helm-cic_proof_checking \ ulex \ $(NULL) INTERFACE_FILES = \ + cicNotationUtil.mli \ cicNotationLexer.mli \ cicNotationEnv.mli \ cicNotationPp.mli \ + cicNotationFwd.mli \ + cicNotationRew.mli \ cicNotationParser.mli \ $(NULL) IMPLEMENTATION_FILES = \ @@ -24,6 +28,7 @@ LOCAL_LINKOPTS = -package helm-cic_notation -linkpkg test: test_lexer test_parser test_lexer: test_lexer.ml $(PACKAGE).cma $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $< +test_parser: REQUIRES += helm-cic_omdoc test_parser: test_parser.ml $(PACKAGE).cma $(OCAMLC) $(LOCAL_LINKOPTS) -o $@ $<