]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
new discrimination tree
[helm.git] / helm / software / components / ng_kernel / Makefile
index 8d7fd20844022fb86319db48923340b45ac9e517..f4ef9a8bf8a564878d07fa6c65788b3d402cb306 100644 (file)
@@ -18,7 +18,9 @@ IMPLEMENTATION_FILES = \
   nCic.ml $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL = 
 EXTRA_OBJECTS_TO_CLEAN =
-OCAMLOPTIONS += -w Ae
+%.cmo: OCAMLOPTIONS += -w Ae
+%.cmi: OCAMLOPTIONS += -w Ae
+%.cmx: OCAMLOPTIONS += -w Ae
 
 all: rt check
 %: %.ml $(PACKAGE).cma
@@ -49,3 +51,4 @@ depend.png depend.eps: depend.dot
 
 include ../../Makefile.defs
 include ../Makefile.common
+