X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=c8828a22476267d1fb6a4ceb8c8c54b2e61c3fe6;hb=cbd78f48f8aa055e2d66922291717842d84383d1;hp=61d7d5002c7e52f9bcb559f44a7ccc9fbe6796bd;hpb=98295941bee765a0cb4070eb3f2df553228c11c8;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile index 61d7d5002..c8828a224 100644 --- a/helm/ocaml/cic_proof_checking/Makefile +++ b/helm/ocaml/cic_proof_checking/Makefile @@ -1,15 +1,21 @@ PACKAGE = cic_proof_checking -REQUIRES = helm-cic helm-logger helm-getter +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 + 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