]> 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 5a5e2138958e132df16839af94d462667cb65a87..c8828a22476267d1fb6a4ceb8c8c54b2e61c3fe6 100644 (file)
@@ -7,9 +7,15 @@ REDUCTION_IMPLEMENTATION = cicReductionMachine.ml
 
 INTERFACE_FILES = \
        cicLogger.mli \
-       cicEnvironment.mli cicUnivUtils.mli cicPp.mli cicSubstitution.mli \
-       cicMiniReduction.mli cicReductionNaif.mli cicReduction.mli \
-       cicTypeChecker.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