]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Makefile
Dummy dependent types are no longer cleaned in inductive type arities.
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Makefile
index 7edd288175fa5f33afdbba7d34b125aceed81dd7..a5bf300152540a9a1c0a3ab72a57a06ac08947c1 100644 (file)
@@ -6,9 +6,10 @@ MATITAOPTIONS=$(MATITAUSEROPTIONS) -onepass
 
 DIR=$(shell basename $$PWD)
 
-MMAS = $(shell find Legacy-2 -name "*.mma") # Base-2 
+MMAS = $(shell find Legacy-2 -name "*.mma")
+# Base-2 
 MAS = $(MMAS:%.mma=%.ma)
-XMAS = Legacy-2/theory.ma 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
@@ -43,12 +44,14 @@ clean.ma:
 depend:
        @echo matitadep
        $(H)$(BIN)matitadep $(foreach FILE,$(XMAS),-exclude $(FILE))
-       $(H)cat Legacy-2/depends >> depends # Base-2/depends
+       $(H)cat Legacy-2/depends >> depends
+# Base-2/depends
        
 depend.opt:
        @echo matitadep.opt
        $(H)$(BIN)matitadep.opt $(foreach FILE,$(XMAS),-exclude $(FILE))
-       $(H)cat Legacy-2/depends >> depends # Base-2/depends
+       $(H)cat Legacy-2/depends >> depends
+# Base-2/depends
 
 depends: depend.opt