X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=61d7d5002c7e52f9bcb559f44a7ccc9fbe6796bd;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=96ac166b53257376f169d621e776ddef235da4f0;hpb=d70688ca1e1bcefc463d3397c6da77b40d055c85;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile index 96ac166b5..61d7d5002 100644 --- a/helm/ocaml/cic_proof_checking/Makefile +++ b/helm/ocaml/cic_proof_checking/Makefile @@ -1,11 +1,13 @@ + PACKAGE = cic_proof_checking -REQUIRES = helm-cic +REQUIRES = helm-cic helm-logger helm-getter PREDICATES = REDUCTION_IMPLEMENTATION = cicReductionMachine.ml INTERFACE_FILES = \ - cicLogger.mli cicEnvironment.mli cicPp.mli cicSubstitution.mli \ + cicLogger.mli \ + cicEnvironment.mli cicPp.mli cicSubstitution.mli \ cicMiniReduction.mli cicReductionNaif.mli cicReduction.mli \ cicTypeChecker.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)