X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2FMakefile;h=db7ab3bffa53496baafa8afcd64b12bb36761494;hb=efff5b0361797c9eb4c5ac8acc75488d3cf2ccb7;hp=f8115150df2a085a1cfe7667de7c7ef22c5feb54;hpb=08cb57944c0df08611d4f35d286e46c0d13e4813;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/Makefile b/matita/matita/contribs/lambdadelta/Makefile index f8115150d..db7ab3bff 100644 --- a/matita/matita/contribs/lambdadelta/Makefile +++ b/matita/matita/contribs/lambdadelta/Makefile @@ -3,24 +3,32 @@ H := @ TRIM := sed "s/ \\+$$//" -XOA_DIR := ../../../components/binaries/xoa -XOA := xoa.native -DEP_DIR := ../../../components/binaries/matitadep -DEP := matitadep.native -MAC_DIR := ../../../components/binaries/mac -MAC := mac.native -PRB_DIR := ../../../components/binaries/probe -PRB := probe.native -PRB_OPTS := ../../matita.conf.xml -g +XOA_CONF := ground_2/xoa.conf.xml +XOA_TARGETS := ground_2/xoa_notation.ma ground_2/xoa.ma -XOA_CONF := ground_2/xoa.conf.xml -XOA_TARGETS := ground_2/xoa_notation.ma ground_2/xoa.ma +XOA_DIR := ../../../components/binaries/xoa +XOA := xoa.native +XOA_OPTS := ../../matita.conf.xml $(XOA_CONF) -ORIG := . ./orig.sh +XOA2_CONF := ground_2/xoa2.conf.xml +XOA2_TARGETS := ground_2/xoa2_notation.ma ground_2/xoa2.ma +XOA2_OPTS := ../../matita.conf.xml $(XOA2_CONF) -ORIGS := basic_2/basic_1.orig +DEP_DIR := ../../../components/binaries/matitadep +DEP := matitadep.native -TAGS := all xoa orig deps stats tbls trim +MAC_DIR := ../../../components/binaries/mac +MAC := mac.native +MAC_OPTS := + +PRB_DIR := ../../../components/binaries/probe +PRB := probe.native +PRB_OPTS := $(XOA_OPTS) -g + +ORIG := . ./orig.sh +ORIGS := basic_2/basic_1.orig + +TAGS := all xoa xoa2 orig elim deps top stats tbls trim PACKAGES := ground_2 basic_2 apps_2 @@ -39,6 +47,10 @@ define MAS_TEMPLATE $(1)/$(1)_probe.txt: $$(MAS_$(1)) @echo " PROBE $(1)" $$(H)$$(PRB_DIR)/$$(PRB) $$(PRB_OPTS) $(1) -sn -on -i > $$@ + +$(1)/$(1)_mac.txt: $$(MAS_$(1)) + @echo " MAC $(1)" + $$(H)$$(MAC_DIR)/$$(MAC) $$(MAC_OPTS) $$^ > $$@ endef $(foreach PKG, $(PACKAGES), $(eval $(call MAS_TEMPLATE,$(PKG)))) @@ -49,7 +61,21 @@ xoa: $(XOA_TARGETS) $(XOA_TARGETS): $(XOA_CONF) @echo " EXEC $(XOA) $(XOA_CONF)" - $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA_CONF) + $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA_OPTS) + +# xoa2 ####################################################################### + +xoa2: $(XOA2_TARGETS) + +$(XOA2_TARGETS): $(XOA2_CONF) + @echo " EXEC $(XOA) $(XOA2_CONF)" + $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA2_OPTS) + +# elim ####################################################################### + +elim: + @echo " MATITADEP" + $(H)grep "elim (.*?)" $(MAS) # orig ####################################################################### @@ -63,16 +89,21 @@ deps: $(DEP_DIR)/$(DEP) @echo " MATITADEP" $(H)grep "include \"" $(MAS) | $< +# top ######################################################################## + +top: $(DEP_DIR)/$(DEP) + @echo " MATITADEP -t" + $(H)grep "include \"" $(MAS) | $< -t + # stats ###################################################################### define STATS_TEMPLATE STT_$(1) := $(1).stats STTS += $$(STT_$(1)) - $$(STT_$(1)): S1 := $$(shell $$(MAC_DIR)/$$(MAC) $$(MAS_$(1))) - $$(STT_$(1)): S2 = $$(shell echo $$$$(($$(S1) / 5120))) + $$(STT_$(1)): S0 = $$(shell cat $(1)/$(1)_probe.txt) + $$(STT_$(1)): S1 = $$(shell cat $(1)/$(1)_mac.txt) $$(STT_$(1)): S4 = $$(shell ls $$(MAS_$(1)) | wc -l) - $$(STT_$(1)): S5 = $$(shell cat $(1)/$(1)_probe.txt) $$(STT_$(1)): P1 = $$(shell grep "theorem " $$(MAS_$(1)) | wc -l) $$(STT_$(1)): P2 = $$(shell grep "lemma " $$(MAS_$(1)) | wc -l) $$(STT_$(1)): P3 = $$(shell grep "fact " $$(MAS_$(1)) | wc -l) @@ -83,20 +114,20 @@ 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)/$(1)_probe.txt $(1)/$(1)_mac.txt @printf '\x1B[1;40;37m' @printf '%-15s %-47s' 'Statistics for:' $(1) @printf '\x1B[0m\n' @printf '\x1B[1;40;35m' - @printf '%-8s %6i' Chars $$(S1) - @printf ' %-8s %4i' Pages $$(S2) - @printf ' %-7s %7i' Nodes $$(word 3, $$(S5)) + @printf '%-8s %6i' Chars $$(word 1, $$(S1)) + @printf ' %-8s %4i' Pages $$(word 2, $$(S1)) + @printf ' %-7s %7i' Nodes $$(word 3, $$(S0)) @printf ' %-11s' '' @printf '\x1B[0m\n' @printf '\x1B[1;40;36m' @printf '%-8s %6i' Files $$(S4) - @printf ' %-8s %4i' Sources $$(word 1, $$(S5)) - @printf ' %-7s %7i' Objects $$(word 2, $$(S5)) + @printf ' %-8s %4i' Sources $$(word 1, $$(S0)) + @printf ' %-7s %7i' Objects $$(word 2, $$(S0)) @printf ' %-11s' '' @printf '\x1B[0m\n' @printf '\x1B[1;40;32m' @@ -132,9 +163,9 @@ define SUMMARY_TEMPLATE SUM_$(1) := $(1)/web/$(1)_sum.tbl SUMS += $$(SUM_$(1)) - $$(SUM_$(1)): S1 = $$(shell ls $$(MAS_$(1)) | wc -l) - $$(SUM_$(1)): S2 = $$(shell $$(MAC_DIR)/$$(MAC) $$(MAS_$(1))) - $$(SUM_$(1)): S3 = $$(shell cat $(1)/$(1)_probe.txt) + $$(SUM_$(1)): S0 = $$(shell cat $(1)/$(1)_probe.txt) + $$(SUM_$(1)): S1 = $$(shell cat $(1)/$(1)_mac.txt) + $$(SUM_$(1)): S4 = $$(shell ls $$(MAS_$(1)) | wc -l) $$(SUM_$(1)): C1 = $$(shell grep "inductive \|record " $$(MAS_$(1)) | wc -l) $$(SUM_$(1)): C2 = $$(shell grep "definition \|let rec " $$(MAS_$(1)) | wc -l) $$(SUM_$(1)): C3 = $$(shell grep "inductive \|record \|definition \|let rec " $$(MAS_$(1)) | wc -l) @@ -142,32 +173,34 @@ define SUMMARY_TEMPLATE $$(SUM_$(1)): P2 = $$(shell grep "lemma " $$(MAS_$(1)) | wc -l) $$(SUM_$(1)): P3 = $$(shell grep "lemma \|theorem " $$(MAS_$(1)) | wc -l) - $$(SUM_$(1)): $$(MAS_$(1)) $(1)/$(1)_probe.txt + $$(SUM_$(1)): $$(MAS_$(1)) $(1)/$(1)_probe.txt $(1)/$(1)_mac.txt @printf ' SUMMARY $(1)\n' - @printf 'name "$$(basename $$(@F))"\n\n' > $$@ - @printf 'table {\n' >> $$@ - @printf ' class "grey" [ "category"\n' >> $$@ - @printf ' [ "objects" * ]\n' >> $$@ - @printf ' ]\n' >> $$@ - @printf ' class "cyan" [ "sizes"\n' >> $$@ - @printf ' [ "files" "$$(S1)" ]\n' >> $$@ - @printf ' [ "characters" "$$(S2)" ]\n' >> $$@ - @printf ' [ "nodes" "$$(word 3, $$(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 "yellow" [ "concepts"\n' >> $$@ - @printf ' [ "declared" "$$(C1)" ]\n' >> $$@ - @printf ' [ "defined" "$$(C2)" ]\n' >> $$@ - @printf ' [ "total" "$$(C3)" ]\n' >> $$@ - @printf ' ]\n' >> $$@ - @printf '}\n\n' >> $$@ - @printf 'class "component" { 0 }\n\n' >> $$@ - @printf 'class "plane" { 1 } { 3 } { 5 }\n\n' >> $$@ - @printf 'class "number" { 2 } { 4 } { 6 }\n\n' >> $$@ + @printf 'name "$$(basename $$(@F))"\n\n' > $$@ + @printf 'table {\n' >> $$@ + @printf ' class "grey" [ "category"\n' >> $$@ + @printf ' [ "objects" * ]\n' >> $$@ + @printf ' ]\n' >> $$@ + @printf ' class "cyan" [ "sizes"\n' >> $$@ + @printf ' [ "files" "$$(S4)" ]\n' >> $$@ + @printf ' [ "characters" "$$(word 1, $$(S1))" ]\n' >> $$@ + @printf ' [ "nodes" "$$(word 3, $$(S0))" ]\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 "component" { 0 }\n\n' >> $$@ + @printf 'class "plane" { 1 } { 3 } { 5 }\n\n' >> $$@ + @printf 'class "number" { 2 } { 4 } { 6 }\n' >> $$@ + +.PHONY: $$(SUM_$(1)) endef ifeq ($(MAKECMDGOALS), tbls)