X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2FMakefile;h=4438f07b5be99ca54236b68d21ee1510311a8aca;hb=1aca50505c3ce6c76dd7d20d00e358707caffd4a;hp=9de41db0c3f3f4fad5cc8c03a7e726c538f3ad24;hpb=8509994e58db23307b45081491d35d5f7ff6ea6f;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/Makefile b/matita/matita/contribs/lambdadelta/Makefile index 9de41db0c..4438f07b5 100644 --- a/matita/matita/contribs/lambdadelta/Makefile +++ b/matita/matita/contribs/lambdadelta/Makefile @@ -4,14 +4,13 @@ H := @ TRIM := sed "s/ \\+$$//" XOA_CONF := ground_2/xoa.conf.xml -XOA_TARGETS := ground_2/notation/xoa_notation.ma ground_2/xoa/xoa.ma +XOA_TARGETS := ground_2/notation/xoa/notation.ma ground_2/xoa/xoa.ma XOA_DIR := ../../../components/binaries/xoa XOA := xoa.native XOA_OPTS := ../../matita.conf.xml $(XOA_CONF) XOA2_CONF := ground_2/xoa2.conf.xml -XOA2_TARGETS := ground_2/notation/xoa2_notation.ma ground_2/xoa/xoa2.ma XOA2_OPTS := ../../matita.conf.xml $(XOA2_CONF) DEP_INPUT := .depend @@ -26,12 +25,15 @@ PRB_OPTS := $(XOA_OPTS) -g -i ORIG := . ./orig.sh ORIGS := basic_2/basic_1.orig -CONTRIB := lambdadelta_2 +CONTRIB := lambdadelta_2B -TAGS := all xoa xoa2 orig elim deps top leaf stats tbls trim contrib +WWW := ../../../../helm/www/lambdadelta -PACKAGES := ground_2 basic_2 apps_2 alpha_1 -XPACKAGES := ground_2 basic_2 +TAGS := all xoa xoa2 orig elim deps top leaf stats tbls odeps trim contrib clean \ + home up-home + +PACKAGES := ground_2 static_2 basic_2 apps_2 alpha_1 +XPACKAGES := ground_2 static_2 basic_2 LDWS := $(shell find -name "*.ldw.xml") TBLS := $(shell find -name "*.tbl") @@ -46,9 +48,14 @@ define MAS_TEMPLATE MAS_$(1) := $$(shell find $(1) -name "*.ma") MAS += $$(MAS_$(1)) -$(1)/$(1)_probe.txt: $$(MAS_$(1)) +$(1)/probe.txt: $$(MAS_$(1)) @echo " PROBE $(1)" $$(H)$$(PRB_DIR)/$$(PRB) $$(PRB_OPTS) $(1) -sn -sc -on -oc -f > $$@ + +$(1)/deps.txt: $$(MAS_$(1)) + @echo " PROBE $(1)" + $$(H)$$(PRB_DIR)/$$(PRB) $$(PRB_OPTS) $(1) -b $$@ + endef $(foreach PKG, $(PACKAGES), $(eval $(call MAS_TEMPLATE,$(PKG)))) @@ -67,15 +74,13 @@ xoa: $(XOA_TARGETS) $(XOA_TARGETS): $(XOA_CONF) @echo " EXEC $(XOA) $(XOA_CONF)" - $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA_OPTS) + $(H)$(XOA_DIR)/$(XOA) $(XOA_OPTS) # xoa2 ####################################################################### -xoa2: $(XOA2_TARGETS) - -$(XOA2_TARGETS): $(XOA2_CONF) +xoa2: $(XOA2_CONF) @echo " EXEC $(XOA) $(XOA2_CONF)" - $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA2_OPTS) + $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) -s $(XOA2_OPTS) # elim ####################################################################### @@ -91,27 +96,30 @@ orig: $(ORIGS) # dep input ################################################################## -$(DEP_INPUT): $(MAS) +$(DEP_INPUT): LINE = $(MAS:%=%:include \"\".) + +$(DEP_INPUT): $(MAS) Makefile @echo " GREP include" - $(H)grep "include \"" $^ > $(DEP_INPUT) + $(H)grep "include \"" $(MAS) > $(DEP_INPUT) + $(H)echo "$(LINE)" | sed -e 's/\"\. /\"\.\n/g' >> $(DEP_INPUT) # dep ######################################################################## deps: $(DEP_INPUT) @echo " MATITADEP -c" - $(H)$(DEP_DIR)/$(DEP) -c $(DEP_OPTS) < $< + $(H)$(DEP_DIR)/$(DEP) -c $(DEP_OPTS) $< # top ######################################################################## top: $(DEP_INPUT) @echo " MATITADEP -t" - $(H)$(DEP_DIR)/$(DEP) -t $(DEP_OPTS) < $< + $(H)$(DEP_DIR)/$(DEP) -t $(DEP_OPTS) $< # leaf ####################################################################### leaf: $(DEP_INPUT) @echo " MATITADEP -l" - $(H)$(DEP_DIR)/$(DEP) -l $(DEP_OPTS) < $< + $(H)$(DEP_DIR)/$(DEP) -l $(DEP_OPTS) $< # stats ###################################################################### @@ -119,7 +127,7 @@ define STATS_TEMPLATE STT_$(1) := $(1).stats STTS += $$(STT_$(1)) - $$(STT_$(1)): C0 = $$(shell cat $(1)/$(1)_probe.txt) + $$(STT_$(1)): C0 = $$(shell cat $(1)/probe.txt) $$(STT_$(1)): C2 = $$(word 2, $$(C0)) $$(STT_$(1)): C3 = $$(word 4, $$(C0)) $$(STT_$(1)): O1 = $$(shell ls $$(MAS_$(1)) | wc -l) @@ -136,7 +144,7 @@ define STATS_TEMPLATE $$(STT_$(1)): M2 = $$(shell grep "$$(OPEN)\*[^*:]*$$$$" $$(MAS_$(1)) | wc -l) $$(STT_$(1)): M3 = $$(shell grep "(\*\*)" $$(MAS_$(1)) | wc -l) -$$(STT_$(1)): $$(MAS_$(1)) $(1)/$(1)_probe.txt +$$(STT_$(1)): $$(MAS_$(1)) $(1)/probe.txt @printf '\x1B[1;40;37m' @printf '%-15s %-46s' 'Statistics for:' $(1) @printf '\x1B[0m\n' @@ -183,13 +191,15 @@ stats: $(STTS) # summary #################################################################### define SUMMARY_TEMPLATE - SUM_$(1) := $(1)/web/$(1)_sum.tbl + SUM_$(1) := $(1)/web/$(1)_sum.tbl SUMS += $$(SUM_$(1)) - $$(SUM_$(1)): C0 = $$(shell cat $(1)/$(1)_probe.txt) + $$(SUM_$(1)): C0 = $$(shell cat $(1)/probe.txt) $$(SUM_$(1)): S1 = $$(word 1, $$(C0)) $$(SUM_$(1)): S2 = $$(word 2, $$(C0)) + $$(SUM_$(1)): S3 = $$(word 3, $$(C0)) $$(SUM_$(1)): S4 = $$(word 4, $$(C0)) + $$(SUM_$(1)): S5 = $$(shell printf "%.1f" `echo "scale=2;$$(S4)/$$(S2)"|bc`) $$(SUM_$(1)): C1 = $$(word 5, $$(C0)) $$(SUM_$(1)): C2 = $$(word 7, $$(C0)) $$(SUM_$(1)): C3 = $$(shell echo "$$(C1)+$$(C2)"|bc) @@ -197,32 +207,32 @@ define SUMMARY_TEMPLATE $$(SUM_$(1)): P2 = $$(word 9, $$(C0)) $$(SUM_$(1)): P3 = $$(shell echo "$$(P1)+$$(P2)"|bc) - $$(SUM_$(1)): $$(MAS_$(1)) $(1)/$(1)_probe.txt + $$(SUM_$(1)): $$(MAS_$(1)) $(1)/probe.txt Makefile @printf ' SUMMARY $(1)\n' - @printf 'name "$$(basename $$(@F))"\n\n' > $$@ - @printf 'table {\n' >> $$@ - @printf ' class "gray" [ "category"\n' >> $$@ - @printf ' [ "objects" * ]\n' >> $$@ - @printf ' ]\n' >> $$@ - @printf ' class "cyan" [ "sizes"\n' >> $$@ - @printf ' [ "files" "$$(S1)" ]\n' >> $$@ - @printf ' [ "characters" "$$(S2)" ]\n' >> $$@ - @printf ' [ "nodes" "$$(S4)" ]\n' >> $$@ - @printf ' ]\n' >> $$@ - @printf ' class "green" [ "propositions"\n' >> $$@ - @printf ' [ "theorems" "$$(P1)" ]\n' >> $$@ - @printf ' [ "lemmas" "$$(P2)" ]\n' >> $$@ - @printf ' [ "total" "$$(P3)" ]\n' >> $$@ - @printf ' ]\n' >> $$@ - @printf ' class "yellow" [ "concepts"\n' >> $$@ - @printf ' [ "declared" "$$(C1)" ]\n' >> $$@ - @printf ' [ "defined" "$$(C2)" ]\n' >> $$@ - @printf ' [ "total" "$$(C3)" ]\n' >> $$@ - @printf ' ]\n' >> $$@ - @printf '}\n\n' >> $$@ - @printf 'class "capitalize italic" { 0 }\n\n' >> $$@ - @printf 'class "italic" { 1 } { 3 } { 5 }\n\n' >> $$@ - @printf 'class "right italic" { 2 } { 4 } { 6 }\n' >> $$@ + @printf 'name "$$(basename $$(@F))"\n\n' > $$@ + @printf 'table {\n' >> $$@ + @printf ' class "gray" [ "category"\n' >> $$@ + @printf ' [ "units" * ]\n' >> $$@ + @printf ' ]\n' >> $$@ + @printf ' class "water" [ "sizes"\n' >> $$@ + @printf ' [ "characters (files)" "$$(S2) ($$(S1))" ]\n' >> $$@ + @printf ' [ "nodes (objects)" "$$(S4) ($$(S3))" ]\n' >> $$@ + @printf ' [ "intrinsic loss factor" "$$(S5)" ]\n' >> $$@ + @printf ' ]\n' >> $$@ + @printf ' class "green" [ "propositions"\n' >> $$@ + @printf ' [ "theorems" "$$(P1)" ]\n' >> $$@ + @printf ' [ "lemmas" "$$(P2)" ]\n' >> $$@ + @printf ' [ "total" "$$(P3)" ]\n' >> $$@ + @printf ' ]\n' >> $$@ + @printf ' class "grass" [ "concepts"\n' >> $$@ + @printf ' [ "declared" "$$(C1)" ]\n' >> $$@ + @printf ' [ "defined" "$$(C2)" ]\n' >> $$@ + @printf ' [ "total" "$$(C3)" ]\n' >> $$@ + @printf ' ]\n' >> $$@ + @printf '}\n\n' >> $$@ + @printf 'class "capitalize italic" { 0 }\n\n' >> $$@ + @printf 'class "italic" { 1 } { 3 } { 5 }\n\n' >> $$@ + @printf 'class "right italic" { 2 } { 4 } { 6 }\n' >> $$@ .PHONY: $$(SUM_$(1)) endef @@ -233,6 +243,10 @@ endif tbls: $(SUMS) +# odeps ###################################################################### + +odeps: $(PACKAGES:%=%/deps.txt) + # trim ####################################################################### TRIMS := $(MAS) $(TBLS) $(LDWS) @@ -246,8 +260,23 @@ trim: $(TRIMS:%=%.trimmed) # contrib #################################################################### contrib: - @echo " TAR -czf $(CONTRIB).tar.gz root $(XPACKAGES)" - $(H)tar -czf $(CONTRIB).tar.gz root $(XMAS) + @echo " TAR -cjf $(CONTRIB).tar.bz2 root $(XPACKAGES)" + $(H)tar -cjf $(CONTRIB).tar.bz2 ../lambdadelta/root $(XMAS:%=../lambdadelta/%) + +# clean ###################################################################### + +clean: + $(H)$(RM) `find -name "*~" -type f -print` + +# www ###################################################################### + +home: + $(H)$(MAKE) --no-print-directory -C $(WWW) home + +# www ###################################################################### + +up-home: + $(H)$(MAKE) --no-print-directory -C $(WWW) up-home ##############################################################################