]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Makefile
Procedural : tentative update to the new letin cic construction
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Makefile
index 214ce0711b0a281d68f92d2a50a1dcb0a286b2b1..0ccf2514af67cb42147d3633c44e4afe229a9187 100644 (file)
@@ -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