]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
Initial implementation of statuses using objects in place of nested records.
[helm.git] / helm / software / components / ng_kernel / Makefile
index 8d7fd20844022fb86319db48923340b45ac9e517..d533c8f73512415d56b78279c620576279927a73 100644 (file)
@@ -8,17 +8,20 @@ INTERFACE_FILES = \
        nCicSubstitution.mli \
        oCic2NCic.mli  \
        nCic2OCic.mli \
-       nCicLibrary.mli \
        nCicEnvironment.mli \
        nCicPp.mli \
        nCicReduction.mli \
-       nCicTypeChecker.mli
+       nCicTypeChecker.mli \
+       nCicUntrusted.mli \
+       nCicLibrary.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
+