]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
- the text model now supports invocations of the entity generator (to
[helm.git] / helm / software / lambda-delta / Makefile
index aeb161c90e5370b04dae6bb4d908d810e1509154..1ea4aa7b9d89dd5300a2a87b7e1dba9de07bf9f6 100644 (file)
@@ -15,6 +15,8 @@ XMLS = xml/brg-si/grundlagen/l/not.ld.xml \
 
 include Makefile.common
 
+HOME = .
+
 INPUT = examples/grundlagen/grundlagen.aut
 
 test-si: $(MAIN).opt
@@ -32,15 +34,15 @@ profile: $(MAIN).opt
 
 hal: $(MAIN).opt
        @echo "  HELENA -o -x -m $(INPUT)"
-       $(H)./$(MAIN).opt -o -x -m -s 1 -S 1 $(INPUT) > etc/log.txt
+       $(H)./$(MAIN).opt -o -x $(HOME) -m -s 1 -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
+       $(H)./$(MAIN).opt -u -x $(HOME) -s 2 -S 1 $(INPUT) > etc/log.txt
 
 xml-si-crg: $(MAIN).opt
        @echo "  HELENA -u -x -s 1 $(INPUT)"
-       $(H)./$(MAIN).opt -u -x -s 1 -S 1 $(INPUT) > etc/log.txt
+       $(H)./$(MAIN).opt -u -x $(HOME) -s 1 -S 1 $(INPUT) > etc/log.txt
 
 %.ld: BASEURL = --stringparam baseurl $(LDDLURL)
 
@@ -85,4 +87,4 @@ test-si-fast-old: $(MAIN).opt
 
 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
+       $(H)./$(MAIN).opt -o -u -x $(HOME) -s 2 -S 1 $(INPUT) > etc/log.txt