X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2FMakefile;h=8493b47c0a7302fd30d670d9c4397e44c22af916;hb=d4a90dfb8d8a56012928a600ea2f6bd4758b51f6;hp=e96fc9b048ffc6bff09d6fecdcb8f556f0484fe9;hpb=eb6a0bdea4db81bd8e97e5e44bd4496708bfa1b0;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/Makefile b/matita/matita/contribs/lambdadelta/Makefile index e96fc9b04..8493b47c0 100644 --- a/matita/matita/contribs/lambdadelta/Makefile +++ b/matita/matita/contribs/lambdadelta/Makefile @@ -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 #######################################################################