X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=ad31350c2dab9b629f991cbccbf5d2e0e30a1808;hb=09aa799947c84148221af82e94e911adea8fd1e6;hp=97bd462b5e8deac388c3180b7af3d922602c5aa2;hpb=e97039cc9e0a8e4f992c712a1ccf47c801e1abcc;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile index 97bd462b5..ad31350c2 100644 --- a/helm/ocaml/cic_proof_checking/Makefile +++ b/helm/ocaml/cic_proof_checking/Makefile @@ -2,13 +2,15 @@ PACKAGE = cic_proof_checking REQUIRES = helm-cic PREDICATES = -DEPOBJS = cicPp.mli cicPp.ml cicEnvironment.mli cicEnvironment.ml \ - cicSubstitution.mli cicSubstitution.ml cicReduction.mli \ - cicReduction.ml cicTypeChecker.mli cicTypeChecker.ml \ - cicCooking.mli cicCooking.ml cicMinireduction.mli cicMiniReduction.ml - -OBJECTS = cicSubstitution.cmo cicEnvironment.cmo cicPp.cmo \ - cicMiniReduction.cmo cicReduction.cmo cicTypeChecker.cmo \ - cicCooking.cmo +INTERFACE_FILES = cicSubstitution.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 + include ../Makefile.common