1 2 3 4 5 6 7 8 9 10 11 12 13 14
SUBDIRS = t EXTRA_DIST = config \ fixtures \ setup.cfg all: $(MKDIR_P) tmp CLEANFILES = \ fixtures/make/extra_makefile clean-local: $(RM) -rf tmp