]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
added auto_cache in the dupable status after an
[helm.git] / helm / software / components / ng_kernel / Makefile
index 3d1c59cac4d496ce8abf4a41c361545365c13752..50ecd2b477bfa1fd656027ef9ef164c37ff11c1d 100644 (file)
@@ -8,25 +8,20 @@ INTERFACE_FILES = \
        nCicSubstitution.mli \
        oCic2NCic.mli  \
        nCic2OCic.mli \
-       nCicLibrary.mli \
        nCicEnvironment.mli \
        nCicPp.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
-       $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $<
-all.opt opt: rt.opt check.opt
-%.opt: %.ml $(PACKAGE).cmxa
-       $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<
-       
 depend.dot: $(IMPLEMENTATION_FILES) $(INTERFACE_FILES)
        ocamldoc -o depend.dot -rectypes -I ../extlib/ -I ../cic -I ../cic_proof_checking/  -I ../urimanager/  -I ../logger/ -I ../registry/ -I ../getter/ -I ../hmysql/ -I ../library/ -I ../metadata/   -dot nUri.ml nReference.ml nCic.ml nCicPp.ml nCicEnvironment.ml nCicSubstitution.ml nCicReduction.ml nCicTypeChecker.ml nCicUtils.ml nCicLibrary.ml
        cat depend.dot | grep -v "^}$$" > /tmp/depend.dot && mv /tmp/depend.dot .
@@ -43,8 +38,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
+