]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_library/Makefile
Most warnings turned into errors and avoided
[helm.git] / matita / components / ng_library / Makefile
index e5cd7fb1f349ca60a50196e10a82e6d8e887aec9..20157a09ea8f506f89d563e5bfe854881358ee74 100644 (file)
@@ -2,22 +2,17 @@ PACKAGE = ng_library
 PREDICATES =
 
 INTERFACE_FILES = \
-       nCic2OCic.mli \
-       oCic2NCic.mli  \
        nCicLibrary.mli
 
 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
 
-all: rt check
+all:
 %: %.ml $(PACKAGE).cma
        $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
-all.opt opt: rt.opt check.opt
+all.opt opt:
 %.opt: %.ml $(PACKAGE).cmxa
        $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<