]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/Makefile
renamed module "logger" to "cicLogger" to avoid confusion with user
[helm.git] / helm / ocaml / cic_proof_checking / Makefile
index 0de0fcda00d2f45b7d6c6173fb421c6b3cfd8865..96ac166b53257376f169d621e776ddef235da4f0 100644 (file)
@@ -4,9 +4,10 @@ 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 cicPp.mli cicSubstitution.mli \
+       cicMiniReduction.mli cicReductionNaif.mli cicReduction.mli \
+       cicTypeChecker.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 
 # Metadata tools only need zeta-reduction