H=@ MATITAOPTIONS=-onepass DIR=$(shell basename $$PWD) MMAS = $(shell find Base-2 -name "*.mma") MAS = $(MMAS:%.mma=%.ma) %.ma: %.mma $(H)../../matitac.opt $(MATITAOPTIONS) $< 2> /dev/null $(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null $(H)$(MAKE) --no-print-directory depend.opt $(DIR) all: $(MAS) $(H)../../matitac $(MATITAOPTIONS) 2> /dev/null $(DIR).opt opt all.opt: $(MAS) $(H)../../matitac.opt $(MATITAOPTIONS) 2> /dev/null clean: $(H)../../matitaclean $(H)rm -f $(MAS) $(H)$(MAKE) --no-print-directory depend clean.opt: $(H)../../matitaclean.opt $(H)rm -f $(MAS) $(H)$(MAKE) --no-print-directory depend.opt depend: $(H)../../matitadep $(H)cat Base-2/depends >> depends depend.opt: $(H)../../matitadep.opt $(H)cat Base-2/depends >> depends include Base-2/.depend