]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
- we now add the kernel options in the preamble of the URI hierarchy
[helm.git] / helm / software / lambda-delta / Makefile
index 9903f4fc442ac782abdbe759c1677d0028fb31a4..86d068f6ae40e41af9a8e5b34a501f8e25990a64 100644 (file)
@@ -6,42 +6,37 @@ KEEP = README automath/*.aut
 
 CLEAN = etc/log.txt
 
-TAGS = test test-si test-si-fast hal xml-si-drg xml-si-old profile
+TAGS = test-si test-si-fast hal xml-si-drg xml-si profile
 
-XMLS = xml/brg/grundlagen/l/not.ld.xml xml/brg/grundlagen/l/et.ld.xml \
-       xml/brg/grundlagen/l/e/st/eq/landau/n/rt/rp/r/c/8283/t234.ld.xml \
-       xml/brg/grundlagen/l/e/pairis1.ld.xml
+XMLS = xml/brg-si/grundlagen/l/not.ld.xml \
+       xml/brg-si/grundlagen/l/et.ld.xml \
+       xml/brg-si/grundlagen/l/e/st/eq/landau/n/rt/rp/r/c/8283/t234.ld.xml \
+       xml/brg-si/grundlagen/l/e/pairis1.ld.xml
 
 include Makefile.common
 
 INPUT = automath/grundlagen.aut
 
-INPUT-ORIG = automath/grundlagen-orig.aut
-
-test: $(MAIN).opt
-       @echo "  HELENA -o -p -r $(INPUT)"
-       $(H)./$(MAIN).opt -o -p -r -S 3 $(O) $(INPUT) > etc/log.txt
-
 test-si: $(MAIN).opt
-       @echo "  HELENA -o -p -r -u $(INPUT)"
-       $(H)./$(MAIN).opt -o -p -r -u -S 3 $(O) $(INPUT) > etc/log.txt
+       @echo "  HELENA -p -r -u $(INPUT)"
+       $(H)./$(MAIN).opt -p -r -u -S 3 $(O) $(INPUT) > etc/log.txt
 
 test-si-fast: $(MAIN).opt
-       @echo "  HELENA -o -r -u $(INPUT)"
-       $(H)./$(MAIN).opt -o -r -u -S 1 $(O) $(INPUT) > etc/log.txt
+       @echo "  HELENA -r -u -q $(INPUT)"
+       $(H)./$(MAIN).opt -r -u -q -S 1 $(O) $(INPUT) > etc/log.txt
 
 profile: $(MAIN).opt
-       @echo "  HELENA -r -u $(INPUT) (30 TIMES)"
-       $(H)for T in `seq 30`; do ./$(MAIN).opt -r -u -S 1 $(O) automath/grundlagen.aut >> etc/log.txt; done
+       @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
 
 hal: $(MAIN).opt
        @echo "  HELENA -o -x -m $(INPUT)"
        $(H)./$(MAIN).opt -o -x -m -s 1 -S 1 $(INPUT) > etc/log.txt
 
-xml-si-old: $(MAIN).opt
-       @echo "  HELENA -o -u -x -s 2 $(INPUT)"
-       $(H)./$(MAIN).opt -o -u -x -s 2 -S 1 $(INPUT) > etc/log.txt
+xml-si: $(MAIN).opt
+       @echo "  HELENA -u -x -s 2 $(INPUT)"
+       $(H)./$(MAIN).opt -u -x -s 2 -S 1 $(INPUT) > etc/log.txt
 
 xml-si-drg: $(MAIN).opt
        @echo "  HELENA -u -x -s 1 $(INPUT)"
@@ -69,3 +64,25 @@ test-html:
 lddl: index
        @echo "  GENERATE lddl.tar.bz2"
        $(H)tar -cjf $(DOWNDIR)/lddl.tar.bz2 -X etc/exclude.txt xml
+
+install-xml: etc/make-html.sh
+       @echo "  INSTALL xml"
+       cp -a xml/index.txt xml/ld.dtd xml/brg-si/ $(XMLDIR)
+
+# 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-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-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
+
+xml-si-old: $(MAIN).opt
+       @echo "  HELENA -o -u -x -s 2 $(INPUT)"
+       $(H)./$(MAIN).opt -o -u -x -s 2 -S 1 $(INPUT) > etc/log.txt