]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/Makefile
fixed bug in fill_and_clean (now the helper universes_of_obj knows that
[helm.git] / helm / ocaml / cic_proof_checking / Makefile
index 96ac166b53257376f169d621e776ddef235da4f0..4d56f5b2599e3e49de3fd926302c2360ae9f0ffc 100644 (file)
@@ -1,13 +1,21 @@
+
 PACKAGE = cic_proof_checking
-REQUIRES = helm-cic
+REQUIRES = helm-cic helm-logger helm-getter helm-xml pxp
 PREDICATES =
 
 REDUCTION_IMPLEMENTATION = cicReductionMachine.ml
 
 INTERFACE_FILES = \
-       cicLogger.mli cicEnvironment.mli cicPp.mli cicSubstitution.mli \
-       cicMiniReduction.mli cicReductionNaif.mli cicReduction.mli \
-       cicTypeChecker.mli
+       cicLogger.mli \
+       cicEnvironment.mli \
+       cicPp.mli \
+       cicUnivUtils.mli \
+       cicSubstitution.mli \
+       cicMiniReduction.mli \
+       cicReductionNaif.mli \
+       cicReduction.mli \
+       cicTypeChecker.mli \
+       cicElim.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 
 # Metadata tools only need zeta-reduction