]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
fix exponentiation
[helm.git] / helm / software / lambda-delta / Makefile
index 2b218865ec2378f02b5b6d2573e04be468a4155c..cad9761020a3489d55a3a9857add3f20b3793faf 100644 (file)
@@ -1,7 +1,5 @@
 MAIN = helena
 
-DIRECTORIES = lib automath basic_rg toplevel
-
 REQUIRES = unix
 
 KEEP = README automath/*.aut
@@ -12,4 +10,17 @@ include Makefile.common
 
 test: $(MAIN).opt
        @echo "  HELENA automath/*.aut"
-       $(H)./$(MAIN).opt -S 3 automath/*.aut > log.txt
+       $(H)./$(MAIN).opt -S 3 $(O) automath/*.aut > log.txt
+
+meta: $(MAIN).opt
+       @echo "  HELENA -m meta.txt automath/*.aut"
+       $(H)./$(MAIN).opt -m meta.txt -s 1 -S 3 automath/*.aut > /dev/null
+       $(H)$(GZIP) meta.txt
+
+ifeq ($(MAKECMDGOALS), test)
+  include .depend.opt
+endif
+
+ifeq ($(MAKECMDGOALS), meta)
+  include .depend.opt
+endif