]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
Patch to add a debugging string to HExtlib.split_nth reverted
[helm.git] / helm / software / components / ng_kernel / Makefile
index 8d7fd20844022fb86319db48923340b45ac9e517..fedcaa4d8b3d6ec9fdbf3fef3ad03013fa627da6 100644 (file)
@@ -9,16 +9,19 @@ INTERFACE_FILES = \
        oCic2NCic.mli  \
        nCic2OCic.mli \
        nCicLibrary.mli \
-       nCicEnvironment.mli \
        nCicPp.mli \
+       nCicEnvironment.mli \
        nCicReduction.mli \
-       nCicTypeChecker.mli
+       nCicTypeChecker.mli \
+       nCicUntrusted.mli
 
 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 +52,4 @@ depend.png depend.eps: depend.dot
 
 include ../../Makefile.defs
 include ../Makefile.common
+