]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/Makefile
first commit (in the wrong place --by CSC) of induction principles generation
[helm.git] / helm / ocaml / cic_proof_checking / Makefile
index 0259effd12d2a9239c6d3d69fe1657902c5bb863..c8828a22476267d1fb6a4ceb8c8c54b2e61c3fe6 100644 (file)
@@ -1,12 +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 = logger.mli cicEnvironment.mli cicPp.mli cicSubstitution.mli \
-                  cicMiniReduction.mli cicReductionNaif.mli cicReduction.mli \
-                  cicTypeChecker.mli
+INTERFACE_FILES = \
+       cicLogger.mli \
+       cicEnvironment.mli \
+       cicUnivUtils.mli \
+       cicPp.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