X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_proof_checking%2FMakefile;h=bb96479261bf029663ff76fbc84d4a0fb8a126cc;hb=57d038849d866853795522e360723a881c2d4831;hp=63d79e14ea6abedbb51d300148dba28b06986700;hpb=3130208e2889643252cc835925b38042d6055d5d;p=helm.git diff --git a/helm/ocaml/cic_proof_checking/Makefile b/helm/ocaml/cic_proof_checking/Makefile index 63d79e14e..bb9647926 100644 --- a/helm/ocaml/cic_proof_checking/Makefile +++ b/helm/ocaml/cic_proof_checking/Makefile @@ -1,6 +1,5 @@ PACKAGE = cic_proof_checking -REQUIRES = helm-cic helm-logger helm-getter helm-xml pxp PREDICATES = REDUCTION_IMPLEMENTATION = cicReductionMachine.ml @@ -14,8 +13,8 @@ INTERFACE_FILES = \ cicMiniReduction.mli \ cicReduction.mli \ cicTypeChecker.mli \ - cicElim.mli \ - cicRecord.mli + freshNamesGenerator.mli \ + $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) # Metadata tools only need zeta-reduction @@ -26,15 +25,18 @@ EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common +cicReduction.cmo: OCAMLOPTIONS+=-rectypes +cicReduction.cmx: OCAMLOPTIONS+=-rectypes + all: all_utilities opt: opt_utilities all_utilities: - $(MAKE) -C utilities/ all + @$(MAKE) -C utilities/ all opt_utilities: - $(MAKE) -C utilities/ opt + @$(MAKE) -C utilities/ opt clean: clean_utilities clean_utilities: - $(MAKE) -C utilities/ clean + @$(MAKE) -C utilities/ clean