]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/Makefile
fast hack to fix decompilation with -nodb with the new getter.prefixes format
[helm.git] / helm / ocaml / cic_proof_checking / Makefile
index de106143cb3af8497221e557ad4a72b48c5def2f..28462e58e5140d8f98ac0c1c1c3abedbce79ef50 100644 (file)
@@ -1,6 +1,5 @@
 
 PACKAGE = cic_proof_checking
-REQUIRES = helm-cic helm-logger helm-getter helm-xml pxp
 PREDICATES =
 
 REDUCTION_IMPLEMENTATION = cicReductionMachine.ml
@@ -14,7 +13,8 @@ INTERFACE_FILES = \
        cicMiniReduction.mli \
        cicReduction.mli \
        cicTypeChecker.mli \
-       cicElim.mli
+        freshNamesGenerator.mli \
+       $(NULL)
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 
 # Metadata tools only need zeta-reduction
@@ -25,6 +25,9 @@ EXTRA_OBJECTS_TO_CLEAN =
 
 include ../Makefile.common
 
+cicReduction.cmo: OCAMLOPTIONS+=-rectypes
+cicReduction.cmx: OCAMLOPTIONS+=-rectypes
+
 all: all_utilities
 opt: opt_utilities