X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FMakefile;h=fedcaa4d8b3d6ec9fdbf3fef3ad03013fa627da6;hb=1b70a1f66be53f76e475383e86d63c2b5c1fbcaa;hp=3d1c59cac4d496ce8abf4a41c361545365c13752;hpb=738ff6e752f9e5facba4e92bdb64453062f52c7d;p=helm.git diff --git a/helm/software/components/ng_kernel/Makefile b/helm/software/components/ng_kernel/Makefile index 3d1c59cac..fedcaa4d8 100644 --- a/helm/software/components/ng_kernel/Makefile +++ b/helm/software/components/ng_kernel/Makefile @@ -9,16 +9,19 @@ INTERFACE_FILES = \ oCic2NCic.mli \ nCic2OCic.mli \ nCicLibrary.mli \ - nCicEnvironment.mli \ nCicPp.mli \ + nCicEnvironment.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 @@ -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 +