]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/Makefile
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_proof_checking / Makefile
index 63d79e14ea6abedbb51d300148dba28b06986700..352a53016d6b5b2aa28a407a1a2a755c086b47ab 100644 (file)
@@ -1,6 +1,6 @@
 
 PACKAGE = cic_proof_checking
-REQUIRES = helm-cic helm-logger helm-getter helm-xml pxp
+REQUIRES = helm-cic helm-logger helm-getter helm-xml
 PREDICATES =
 
 REDUCTION_IMPLEMENTATION = cicReductionMachine.ml
@@ -14,6 +14,7 @@ INTERFACE_FILES = \
        cicMiniReduction.mli \
        cicReduction.mli \
        cicTypeChecker.mli \
+        freshNamesGenerator.mli \
        cicElim.mli     \
        cicRecord.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)