X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2FMakefile;h=0c840fbfb68140ebe286b4d4a33120a24ee3a9a2;hb=7562d9781dc4f351ddc3b2f8edd21f4976621948;hp=690c8c93532643abe8878f7ffa13160e65bbbf85;hpb=f72311aa07e71090a24eef9e4fb97cc2e95e6b16;p=helm.git diff --git a/helm/software/helena/Makefile b/helm/software/helena/Makefile index 690c8c935..0c840fbfb 100644 --- a/helm/software/helena/Makefile +++ b/helm/software/helena/Makefile @@ -14,15 +14,15 @@ TAGS = test-si test-si-fast profile xml-si xml-si-crg include Makefile.common -XMLDIR = $(HOME)/svn/helm_stable/www/lambdadelta +XMLDIR = ../../www/lambdadelta INPUT = examples/grundlagen/grundlagen_2.aut INPUTFAST = examples/grundlagen/grundlagen_1.aut test-si: $(MAIN).opt etc - @echo " HELENA -p -o -c $(INPUT)" - $(H)./$(MAIN).opt -T 2 -p -o -c -O $(XMLDIR) $(O) $(INPUT) > etc/log.txt + @echo " HELENA -d -l -p -o $(INPUT)" + $(H)./$(MAIN).opt -T 2 -d -l -p -o $(O) $(INPUT) > etc/log.txt test-si-fast: $(MAIN).opt etc @echo " HELENA -o -q $(INPUTFAST)" @@ -35,9 +35,9 @@ profile: $(MAIN).opt etc $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt xml-si: $(MAIN).opt etc - @echo " HELENA -o -x -s 2 $(INPUT)" - $(H)./$(MAIN).opt -T 1 -o -x -s 2 -O $(XMLDIR) $(INPUT) > etc/log.txt + @echo " HELENA -l -o -s 2 -x $(INPUT)" + $(H)./$(MAIN).opt -O $(XMLDIR) -T 1 -l -o -s 2 -x $(INPUT) > etc/log.txt xml-si-crg: $(MAIN).opt etc - @echo " HELENA -o -x -s 1 $(INPUT)" - $(H)./$(MAIN).opt -T 1 -o -x -s 1 -O $(XMLDIR) $(INPUT) > etc/log.txt + @echo " HELENA -l -o -s 1 -x $(INPUT)" + $(H)./$(MAIN).opt -O $(XMLDIR) -T 1 -l -o -s 1 -x $(INPUT) > etc/log.txt