]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/Makefile
parameter sintax added to axiom statement
[helm.git] / helm / software / components / ng_kernel / Makefile
index 8d7fd20844022fb86319db48923340b45ac9e517..3cacb50d17c35068664691c64f5f148ed0a3e2c5 100644 (file)
@@ -6,27 +6,23 @@ INTERFACE_FILES = \
        nReference.mli \
        nCicUtils.mli \
        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
+
+include ../../Makefile.defs
+include ../Makefile.common
 
-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 .
@@ -46,6 +42,3 @@ depend.dot: $(IMPLEMENTATION_FILES) $(INTERFACE_FILES)
 depend.png depend.eps: depend.dot
        dot -Tpng > depend.png < depend.dot
        dot -Tps > depend.eps < depend.dot
-
-include ../../Makefile.defs
-include ../Makefile.common