X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;fp=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=0000000000000000000000000000000000000000;hp=b4e5b8ae618876ef9259fc9903b3b211adcefaeb;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile deleted file mode 100644 index b4e5b8ae6..000000000 --- a/helm/ocaml/cic_proof_checking/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PACKAGE = cic_proof_checking -REQUIRES = helm-cic -PREDICATES = - -INTERFACE_FILES = cicSubstitution.mli logger.mli cicEnvironment.mli cicPp.mli \ - cicMiniReduction.mli cicReduction.mli cicTypeChecker.mli \ - cicCooking.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) - -# Metadata tools only need zeta-reduction -EXTRA_OBJECTS_TO_INSTALL = \ - cicSubstitution.cmo cicSubstitution.cmx cicSubstitution.o \ - cicMiniReduction.cmo cicMiniReduction.cmx cicMiniReduction.o -EXTRA_OBJECTS_TO_CLEAN = - - -include ../Makefile.common