X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FMakefile;h=fedcaa4d8b3d6ec9fdbf3fef3ad03013fa627da6;hb=df753672ee6c511b6ce721c2124e3294d0a28dbd;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..fedcaa4d8 100644 --- a/helm/software/components/ng_kernel/Makefile +++ b/helm/software/components/ng_kernel/Makefile @@ -7,18 +7,21 @@ INTERFACE_FILES = \ nCicUtils.mli \ nCicSubstitution.mli \ oCic2NCic.mli \ + nCic2OCic.mli \ nCicLibrary.mli \ - nCicEnvironment.mli \ nCicPp.mli \ + nCicEnvironment.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 @@ -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 +