]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_kernel/Makefile
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_kernel / Makefile
index 6bca07465a642293d38abc6ae5bbf4d89ff599c6..31dd1e9c44f31269f7ab6ffdc822e90cdca4427f 100644 (file)
@@ -10,16 +10,12 @@ INTERFACE_FILES = \
        nCicReduction.mli \
        nCicTypeChecker.mli \
        nCicUntrusted.mli \
-       nCicPp.mli \
-       nCicExtraction.mli
+       nCicPp.mli
 
 IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL = 
 EXTRA_OBJECTS_TO_CLEAN =
-%.cmo: OCAMLOPTIONS += -w Ae
-%.cmi: OCAMLOPTIONS += -w Ae
-%.cmx: OCAMLOPTIONS += -w Ae
 
 include ../../Makefile.defs
 include ../Makefile.common