]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/Makefile
Base-2 is not compiling properly and is excluded for now
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / Makefile
index 214ce0711b0a281d68f92d2a50a1dcb0a286b2b1..754dde6215383ad9b15a15202586e8ed62602f58 100644 (file)
@@ -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