]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
move the printing in the right place
[helm.git] / helm / software / lambda-delta / Makefile
index 2b218865ec2378f02b5b6d2573e04be468a4155c..3b212fa941bdc8ed96d47d7c9d0e451c236f5308 100644 (file)
@@ -1,7 +1,5 @@
 MAIN = helena
 
-DIRECTORIES = lib automath basic_rg toplevel
-
 REQUIRES = unix
 
 KEEP = README automath/*.aut
@@ -13,3 +11,16 @@ include Makefile.common
 test: $(MAIN).opt
        @echo "  HELENA automath/*.aut"
        $(H)./$(MAIN).opt -S 3 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