include GNUmakevars include GNUmakerules all: slowcat install: $(BINDIR)/slowcat clean: rm -f *.bak *.o core slowcat distclean: clean rm -f *.d GNUmakerules GNUmakevars GNUmakevars: GNUmakevars.sh sh ./$^ > $@ GNUmakerules: GNUmakerules.pl perl ./$^ > $@ -include *.d