]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile
- ld.dtd updated
[helm.git] / helm / software / helena / Makefile
index 9c1df551ff8cb2ee8665bec072b592979b073c50..0c840fbfb68140ebe286b4d4a33120a24ee3a9a2 100644 (file)
@@ -14,28 +14,30 @@ 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.aut
+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 -p -o -c -S 3 -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 $(INPUT)"
-       $(H)./$(MAIN).opt -o -q -S 1 $(O) $(INPUT) > etc/log.txt
+       @echo "  HELENA -o -q $(INPUTFAST)"
+       $(H)./$(MAIN).opt -T 1 -o -q $(O) $(INPUTFAST) > etc/log.txt
 
 profile: $(MAIN).opt etc
-       @echo "  HELENA -o -q $(INPUT) (30 TIMES)"
+       @echo "  HELENA -o -q $(INPUTFAST) (30 TIMES)"
        $(H)rm etc/log.txt
-       $(H)for T in `seq 30`; do ./$(MAIN).opt -o -q -s 3 -S 1 $(O) $(INPUT) >> etc/log.txt; done
+       $(H)for T in `seq 30`; do ./$(MAIN).opt -T 1 -o -q $(O) $(INPUTFAST) >> etc/log.txt; done
        $(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 -o -x -s 2 -S 1 -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 -o -x -s 1 -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