]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
- improved logging
[helm.git] / helm / software / lambda-delta / Makefile
index 50f1a83b69a100c7c8ca14138cece736e1f93f23..cad9761020a3489d55a3a9857add3f20b3793faf 100644 (file)
@@ -1,7 +1,5 @@
 MAIN = helena
 
-DIRECTORIES = lib automath toplevel
-
 REQUIRES = unix
 
 KEEP = README automath/*.aut
@@ -10,6 +8,19 @@ CLEAN = log.txt
 
 include Makefile.common
 
-test: opt
+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