]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/Makefile
- main proof case closed in the 4th component of preservation
[helm.git] / matita / matita / contribs / lambdadelta / Makefile
index e96fc9b048ffc6bff09d6fecdcb8f556f0484fe9..8493b47c0a7302fd30d670d9c4397e44c22af916 100644 (file)
@@ -3,24 +3,27 @@ H    := @
 
 TRIM := sed "s/ \\+$$//"
 
-XOA_DIR  := ../../../components/binaries/xoa
-XOA      := xoa.native
-DEP_DIR  := ../../../components/binaries/matitadep
-DEP      := matitadep.native
-MAC_DIR  := ../../../components/binaries/mac
-MAC      := mac.native
-PRB_DIR  := ../../../components/binaries/probe
-PRB      := probe.native
-PRB_OPTS := ../../matita.conf.xml -g
-
 XOA_CONF    := ground_2/xoa.conf.xml
 XOA_TARGETS := ground_2/xoa_notation.ma ground_2/xoa.ma
 
-ORIG     := . ./orig.sh 
+XOA_DIR     := ../../../components/binaries/xoa
+XOA         := xoa.native
+XOA_OPTS    := ../../matita.conf.xml $(XOA_CONF)
+
+DEP_DIR     := ../../../components/binaries/matitadep
+DEP         := matitadep.native
+
+MAC_DIR     := ../../../components/binaries/mac
+MAC         := mac.native
+
+PRB_DIR     := ../../../components/binaries/probe
+PRB         := probe.native
+PRB_OPTS    := $(XOA_OPTS) -g 
 
-ORIGS    := basic_2/basic_1.orig
+ORIG        := . ./orig.sh 
+ORIGS       := basic_2/basic_1.orig
 
-TAGS     := all xoa orig deps stats tbls trim
+TAGS := all xoa orig deps stats tbls trim
 
 PACKAGES := ground_2 basic_2 apps_2
 
@@ -49,7 +52,7 @@ xoa: $(XOA_TARGETS)
 
 $(XOA_TARGETS): $(XOA_CONF)
        @echo "  EXEC $(XOA) $(XOA_CONF)"
-       $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA_CONF)
+       $(H)MATITA_RT_BASE_DIR=../.. $(XOA_DIR)/$(XOA) $(XOA_OPTS)
 
 # orig #######################################################################