]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile
- ld.dtd updated
[helm.git] / helm / software / helena / Makefile
index 690c8c93532643abe8878f7ffa13160e65bbbf85..0c840fbfb68140ebe286b4d4a33120a24ee3a9a2 100644 (file)
@@ -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