]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/Makefile
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_refiner / Makefile
index bf1fe3be5e74c2c3e9f20dad1fd638b8dc16a144..612078e3e9d671a690434c6ca2749a11c6c29c6d 100644 (file)
@@ -6,8 +6,7 @@ INTERFACE_FILES = \
        nCicMetaSubst.mli \
        nCicUnifHint.mli \
        nCicCoercion.mli \
-       nRstatus.mli \
-        nCicRefineUtil.mli \
+  nCicRefineUtil.mli \
        nCicUnification.mli \
        nCicRefiner.mli
 
@@ -15,9 +14,6 @@ IMPLEMENTATION_FILES = \
   $(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