X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2FLAMBDA-TYPES%2FMakefile;h=0ccf2514af67cb42147d3633c44e4afe229a9187;hb=f5dfc6c24a393a4717a7b40689df768d271d9ac0;hp=214ce0711b0a281d68f92d2a50a1dcb0a286b2b1;hpb=84b0d9386906e5bf13bf3d0e6ea736e05ac9e8b8;p=helm.git diff --git a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile index 214ce0711..0ccf2514a 100644 --- a/helm/software/matita/contribs/LAMBDA-TYPES/Makefile +++ b/helm/software/matita/contribs/LAMBDA-TYPES/Makefile @@ -4,7 +4,7 @@ MATITAOPTIONS=$(MATITAUSEROPTIONS) -onepass DIR=$(shell basename $$PWD) -MMAS = $(shell find Base-2 -name "*.mma") +MMAS = $(shell find -name "*.mma") # Base-2 MAS = $(MMAS:%.mma=%.ma) XMAS = Base-2/theory.ma LambdaDelta-2/theory.ma @@ -39,11 +39,11 @@ clean.ma: depend: @echo matitadep $(H)../../matitadep $(foreach FILE,$(XMAS),-exclude $(FILE)) - $(H)cat Base-2/depends >> depends +# $(H)cat Base-2/depends >> depends depend.opt: @echo matitadep.opt $(H)../../matitadep.opt $(foreach FILE,$(XMAS),-exclude $(FILE)) - $(H)cat Base-2/depends >> depends +# $(H)cat Base-2/depends >> depends depends: depend.opt @@ -52,4 +52,4 @@ depends: depend.opt $(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null $(H)echo $@ `../../matitadep.opt -stdout $@` >> depends -include Base-2/.depend +#include Base-2/.depend