X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FMakefile;h=ab03a892f002094e57d0169af7a0dfe932ef08a9;hb=2ace962feb680119ddfcf2e7d62ed444b101fea7;hp=5edaeee643827857b654eb2f0014ece759f7d4f2;hpb=9c3ceab3da5ebe2271d9d6be43e6e23c190c2786;p=helm.git diff --git a/matita/Makefile b/matita/Makefile index 5edaeee64..ab03a892f 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -119,6 +119,8 @@ links: linkonly: $(H)echo " OCAMLC matita.ml" $(H)$(OCAMLC) $(PKGS) -linkpkg -o matita $(CMOS) matita.ml + $(H)echo " OCAMLC matitac.ml" + $(H)$(OCAMLC) $(CPKGS) -linkpkg -o matitac $(CCMOS) $(MAINCMOS) matitac.ml .PHONY: linkonly matita: matita.ml $(LIB_DEPS) $(CMOS) $(H)echo " OCAMLC $<" @@ -201,9 +203,12 @@ distclean: clean TEST_DIRS = \ library \ tests \ + dama \ + contribs/CoRN \ + contribs/RELATIONAL \ + contribs/LAMBDA-TYPES \ + contribs/PREDICATIVE-TOPOLOGY \ $(NULL) -# contribs/LAMBDA-TYPES \ -# contribs/PREDICATIVE-TOPOLOGY \ .PHONY: tests tests.opt cleantests cleantests.opt tests: $(foreach d,$(TEST_DIRS),$(d)-test) @@ -403,6 +408,11 @@ endif $(CMOS): $(LIB_DEPS) $(CMOS:%.cmo=%.cmx): $(LIBX_DEPS) +deps.ps: deps.dot + dot -Tps -o $@ $< +deps.dot: .depend + ./dep2dot.rb < $< | tred > $@ + ifeq ($(MAKECMDGOALS),all) $(CMOS:%.cmo=%.cmi): $(LIB_DEPS) endif