X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FLAMBDA-TYPES%2FMakefile;h=754dde6215383ad9b15a15202586e8ed62602f58;hb=3097a335e9b2d822ca7586a978b1e7c18eda0316;hp=214ce0711b0a281d68f92d2a50a1dcb0a286b2b1;hpb=20377cd037f6cc5eb9c6a5664354a8a0189d3f4f;p=helm.git diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile index 214ce0711..754dde621 100644 --- a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile +++ b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile @@ -4,9 +4,9 @@ MATITAOPTIONS=$(MATITAUSEROPTIONS) -onepass DIR=$(shell basename $$PWD) -MMAS = $(shell find Base-2 -name "*.mma") +MMAS = $(shell find Legacy-2 -name "*.mma") # Base-2 MAS = $(MMAS:%.mma=%.ma) -XMAS = Base-2/theory.ma LambdaDelta-2/theory.ma +XMAS = Legacy-2/theory.ma # Base-2/theory.ma LambdaDelta-2/theory.ma $(DIR) all: depends $(H)$(MAKE) H=$(H) --no-print-directory build @@ -15,12 +15,14 @@ $(DIR).opt opt all.opt: depends $(H)$(MAKE) H=$(H) --no-print-directory build.opt build: $(MAS) - $(H)$echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends + $(H)echo Legacy-2/theory.ma `../../matitadep.opt -stdout Legacy-2/theory.ma` >> depends +# $(H)echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends $(H)../../matitac $(MATITAOPTIONS) 2> /dev/null $(H)rm depends build.opt: $(MAS) - $(H)echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends + $(H)echo Legacy-2/theory.ma `../../matitadep.opt -stdout Legacy-2/theory.ma` >> depends +# $(H)echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends $(H)../../matitac.opt $(MATITAOPTIONS) 2> /dev/null $(H)rm depends @@ -39,11 +41,12 @@ clean.ma: depend: @echo matitadep $(H)../../matitadep $(foreach FILE,$(XMAS),-exclude $(FILE)) - $(H)cat Base-2/depends >> depends + $(H)cat Legacy-2/depends >> depends # Base-2/depends + depend.opt: @echo matitadep.opt $(H)../../matitadep.opt $(foreach FILE,$(XMAS),-exclude $(FILE)) - $(H)cat Base-2/depends >> depends + $(H)cat Legacy-2/depends >> depends # Base-2/depends depends: depend.opt @@ -52,4 +55,5 @@ depends: depend.opt $(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null $(H)echo $@ `../../matitadep.opt -stdout $@` >> depends -include Base-2/.depend +include Legacy-2/.depend +# include Base-2/.depend