X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2FMakefile;h=17ed69d21720b40cb4ed97ee81d78df71518ac29;hb=514017fb6545009bdc62dcaf294f4317beb251b2;hp=86d068f6ae40e41af9a8e5b34a501f8e25990a64;hpb=3f6af93003bef461be59c8d4c96009c631f0c2e7;p=helm.git diff --git a/helm/software/lambda-delta/Makefile b/helm/software/lambda-delta/Makefile index 86d068f6a..17ed69d21 100644 --- a/helm/software/lambda-delta/Makefile +++ b/helm/software/lambda-delta/Makefile @@ -1,12 +1,12 @@ MAIN = helena -REQUIRES = unix str +REQUIRES = unix str helm-ng_kernel -KEEP = README automath/*.aut +KEEP = README -CLEAN = etc/log.txt +CLEAN = etc/log.txt etc/profile.txt -TAGS = test-si test-si-fast hal xml-si-drg xml-si profile +TAGS = test-si test-si-fast hal xml-si-crg xml-si profile XMLS = xml/brg-si/grundlagen/l/not.ld.xml \ xml/brg-si/grundlagen/l/et.ld.xml \ @@ -15,32 +15,39 @@ XMLS = xml/brg-si/grundlagen/l/not.ld.xml \ include Makefile.common -INPUT = automath/grundlagen.aut +HOME = . -test-si: $(MAIN).opt - @echo " HELENA -p -r -u $(INPUT)" - $(H)./$(MAIN).opt -p -r -u -S 3 $(O) $(INPUT) > etc/log.txt +INPUT = examples/grundlagen/grundlagen.aut -test-si-fast: $(MAIN).opt - @echo " HELENA -r -u -q $(INPUT)" - $(H)./$(MAIN).opt -r -u -q -S 1 $(O) $(INPUT) > etc/log.txt +test-si: $(MAIN).opt etc + @echo " HELENA -p -u $(INPUT)" + $(H)./$(MAIN).opt -p -u -S 3 $(O) $(INPUT) > etc/log.txt -profile: $(MAIN).opt - @echo " HELENA -r -u -q $(INPUT) (30 TIMES)" - $(H)for T in `seq 30`; do ./$(MAIN).opt -r -u -q -S 1 $(O) automath/grundlagen.aut >> etc/log.txt; done - $(H)grep "at exit" etc/log.txt | sort | uniq | less +test-si-fast: $(MAIN).opt etc + @echo " HELENA -u -q $(INPUT)" + $(H)./$(MAIN).opt -u -q -S 1 $(O) $(INPUT) > etc/log.txt -hal: $(MAIN).opt +profile: $(MAIN).opt etc + @echo " HELENA -u -q $(INPUT) (30 TIMES)" + $(H)rm etc/log.txt + $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -s 3 -S 1 $(O) $(INPUT) >> etc/log.txt; done + $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt + +hal: $(MAIN).opt etc @echo " HELENA -o -x -m $(INPUT)" - $(H)./$(MAIN).opt -o -x -m -s 1 -S 1 $(INPUT) > etc/log.txt + $(H)./$(MAIN).opt -o -x $(HOME) -m -s 1 -S 1 $(INPUT) > etc/log.txt -xml-si: $(MAIN).opt +xml-si: $(MAIN).opt etc @echo " HELENA -u -x -s 2 $(INPUT)" - $(H)./$(MAIN).opt -u -x -s 2 -S 1 $(INPUT) > etc/log.txt + $(H)./$(MAIN).opt -u -x $(HOME) -s 2 -S 1 $(INPUT) > etc/log.txt -xml-si-drg: $(MAIN).opt +xml-si-crg: $(MAIN).opt etc @echo " HELENA -u -x -s 1 $(INPUT)" - $(H)./$(MAIN).opt -u -x -s 1 -S 1 $(INPUT) > etc/log.txt + $(H)./$(MAIN).opt -u -x $(HOME) -s 1 -S 1 $(INPUT) > etc/log.txt + +etc: + @echo " MKDIR etc" + $(H)mkdir etc %.ld: BASEURL = --stringparam baseurl $(LDDLURL) @@ -71,18 +78,18 @@ install-xml: etc/make-html.sh # old targets ########################################################## -test: $(MAIN).opt - @echo " HELENA -o -p -r $(INPUT)" - $(H)./$(MAIN).opt -o -p -r -S 3 $(O) $(INPUT) > etc/log.txt +test: $(MAIN).opt etc + @echo " HELENA -o -p $(INPUT)" + $(H)./$(MAIN).opt -o -p -S 3 $(O) $(INPUT) > etc/log.txt -test-si-old: $(MAIN).opt - @echo " HELENA -o -p -r -u $(INPUT)" - $(H)./$(MAIN).opt -o -p -r -u -S 3 $(O) $(INPUT) > etc/log.txt +test-si-old: $(MAIN).opt etc + @echo " HELENA -o -p -u $(INPUT)" + $(H)./$(MAIN).opt -o -p -u -S 3 $(O) $(INPUT) > etc/log.txt -test-si-fast-old: $(MAIN).opt - @echo " HELENA -o -r -u -q $(INPUT)" - $(H)./$(MAIN).opt -o -r -u -q -S 1 $(O) $(INPUT) > etc/log.txt +test-si-fast-old: $(MAIN).opt etc + @echo " HELENA -o -u -q $(INPUT)" + $(H)./$(MAIN).opt -o -u -q -S 1 $(O) $(INPUT) > etc/log.txt -xml-si-old: $(MAIN).opt +xml-si-old: $(MAIN).opt etc @echo " HELENA -o -u -x -s 2 $(INPUT)" - $(H)./$(MAIN).opt -o -u -x -s 2 -S 1 $(INPUT) > etc/log.txt + $(H)./$(MAIN).opt -o -u -x $(HOME) -s 2 -S 1 $(INPUT) > etc/log.txt