DIR=$(shell basename $$PWD)
-MMAS = $(shell find Legacy-2 Base-2 -name "*.mma")
+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
build: $(MAS)
$(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)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 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)echo Base-2/theory.ma `../../matitadep.opt -stdout Base-2/theory.ma` >> depends
$(H)../../matitac.opt $(MATITAOPTIONS) 2> /dev/null
$(H)rm depends
depend:
@echo matitadep
$(H)../../matitadep $(foreach FILE,$(XMAS),-exclude $(FILE))
- $(H)cat Legacy-2/depends 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 Legacy-2/depends Base-2/depends >> depends
+ $(H)cat Legacy-2/depends >> depends # Base-2/depends
depends: depend.opt
$(H)echo $@ `../../matitadep.opt -stdout $@` >> depends
include Legacy-2/.depend
-include Base-2/.depend
+# include Base-2/.depend