]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
- some bugfix
[helm.git] / helm / software / lambda-delta / Makefile
index 03f1f1704658829affd6a132cf7d30a7d21f387f..9d55e62923276bfab15142976b4903b619337c88 100644 (file)
@@ -10,7 +10,7 @@ KEEP = README
 
 CLEAN = etc/log.txt etc/profile.txt
 
-TAGS = test-si test-si-fast hal xml-si-crg xml-si profile
+TAGS = test-si test-si-fast xml-si-crg xml-si profile
 
 XMLLINTLOCAL = --nonet --path xml --dtdvalid ld.dtd
 
@@ -30,26 +30,26 @@ include Makefile.common
 INPUT = examples/grundlagen/grundlagen.aut
 
 test-si: $(MAIN).opt etc
-       @echo "  HELENA -p -u -c $(INPUT)"
-       $(H)./$(MAIN).opt -p -u -c -S 3 $(O) $(INPUT) > etc/log.txt
+       @echo "  HELENA -p -o -c $(INPUT)"
+       $(H)./$(MAIN).opt -p -o -c -S 3 $(O) $(INPUT) > etc/log.txt
 
 test-si-fast: $(MAIN).opt etc
-       @echo "  HELENA -u -q $(INPUT)"
-       $(H)./$(MAIN).opt -u -q -S 1 $(O) $(INPUT) > etc/log.txt
+       @echo "  HELENA -o -q $(INPUT)"
+       $(H)./$(MAIN).opt -o -q -S 1 $(O) $(INPUT) > etc/log.txt
 
 profile: $(MAIN).opt etc
-       @echo "  HELENA -u -q $(INPUT) (30 TIMES)"
+       @echo "  HELENA -o -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)for T in `seq 30`; do ./$(MAIN).opt -o -q -s 3 -S 1 $(O) $(INPUT) >> etc/log.txt; done
        $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt
 
 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
+       @echo "  HELENA -o -x -s 2 $(INPUT)"
+       $(H)./$(MAIN).opt -o -x -s 2 -S 1 $(INPUT) > etc/log.txt
 
 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
+       @echo "  HELENA -o -x -s 1 $(INPUT)"
+       $(H)./$(MAIN).opt -o -x -s 1 -S 1 $(INPUT) > etc/log.txt
 
 etc:
        @echo "  MKDIR etc"
@@ -89,21 +89,3 @@ install-dtd: xml/ld.dtd
 install-xml: etc/make-html.sh
        @echo "  INSTALL xml"
        $(H)scp -r xml/index.txt xml/ld.dtd xml/brg-si/ xml/crg-si/ $(XMLDIR)
-
-# old targets ##########################################################
-
-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 etc
-       @echo "  HELENA -o -p -u -c $(INPUT)"
-       $(H)./$(MAIN).opt -o -p -u -c -S 3 $(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 etc
-       @echo "  HELENA -o -u -x -s 2 $(INPUT)"
-       $(H)./$(MAIN).opt -o -u -x -s 2 -S 1 $(INPUT) > etc/log.txt