X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_kernel%2FMakefile;h=3cacb50d17c35068664691c64f5f148ed0a3e2c5;hb=491d4b52a73ec28b4c8f28414d87d146e8caa40d;hp=f4ef9a8bf8a564878d07fa6c65788b3d402cb306;hpb=d3ce67da8c0fc8dc010cb99fb4700e5b803a7c89;p=helm.git diff --git a/helm/software/components/ng_kernel/Makefile b/helm/software/components/ng_kernel/Makefile index f4ef9a8bf..3cacb50d1 100644 --- a/helm/software/components/ng_kernel/Makefile +++ b/helm/software/components/ng_kernel/Makefile @@ -6,13 +6,11 @@ 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) @@ -22,13 +20,9 @@ EXTRA_OBJECTS_TO_CLEAN = %.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 $@ $< - +include ../../Makefile.defs +include ../Makefile.common + 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 . @@ -48,7 +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 -