DIRS = .PHONY: all clean dist install $(DIRS) all: $(DIRS) echo $@ $(DIRS) : echo $@ $(MAKE) -C $@ dist: install: clean: rm -f *~ core