]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
thanks to the new fixes to notation, I can define \land for both pairs and
[helm.git] / helm / software / lambda-delta / Makefile
index 50f1a83b69a100c7c8ca14138cece736e1f93f23..a568047d9e99a51272f39fdb21a1088b756c2d5a 100644 (file)
@@ -1,6 +1,6 @@
 MAIN = helena
 
-DIRECTORIES = lib automath toplevel
+DIRECTORIES = lib automath basic_rg toplevel
 
 REQUIRES = unix
 
@@ -10,6 +10,18 @@ CLEAN = log.txt
 
 include Makefile.common
 
-test: opt
+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
+
+ifeq ($(MAKECMDGOALS), test)
+  include .depend.opt
+endif
+
+ifeq ($(MAKECMDGOALS), meta)
+  include .depend.opt
+endif