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