]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
1) The NG kernel now accepts only usage of declared universes
[helm.git] / helm / software / components / ng_kernel / Makefile
index 5afff33cf06925f56091773c06c78bf602eb97ac..d533c8f73512415d56b78279c620576279927a73 100644 (file)
@@ -7,18 +7,21 @@ INTERFACE_FILES = \
        nCicUtils.mli \
        nCicSubstitution.mli \
        oCic2NCic.mli  \
-       nCicLibrary.mli \
+       nCic2OCic.mli \
        nCicEnvironment.mli \
        nCicPp.mli \
        nCicReduction.mli \
        nCicTypeChecker.mli \
-       nCic2OCic.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
@@ -43,8 +46,10 @@ depend.dot: $(IMPLEMENTATION_FILES) $(INTERFACE_FILES)
        echo "}" >> depend.dot
        cat depend.dot | grep -v "rotate" > /tmp/depend.dot && mv /tmp/depend.dot .
 
-depend.png: depend.dot
+depend.png depend.eps: depend.dot
        dot -Tpng > depend.png < depend.dot
+       dot -Tps > depend.eps < depend.dot
 
 include ../../Makefile.defs
 include ../Makefile.common
+