X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FMakefile;h=50ecd2b477bfa1fd656027ef9ef164c37ff11c1d;hb=ec07ff398325533d848da92e9dc69852d24b78a5;hp=5afff33cf06925f56091773c06c78bf602eb97ac;hpb=e8bc22fd878eefb14d6c78dc6bcf1d620b4022b3;p=helm.git diff --git a/helm/software/components/ng_kernel/Makefile b/helm/software/components/ng_kernel/Makefile index 5afff33cf..50ecd2b47 100644 --- a/helm/software/components/ng_kernel/Makefile +++ b/helm/software/components/ng_kernel/Makefile @@ -7,26 +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 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 +