./0040755000175000017500000000000007143116103007711 5ustar holtholt./a.mk0100644000175000017500000000002107143046417010462 0ustar holtholtt0: echo 0 > $@ ./b.mk0100644000175000017500000000002107143046431010457 0ustar holtholtt1: echo 1 > $@ ./Makefile0100644000175000017500000000017707143046725011367 0ustar holtholt# # A simple makefile that tests the "include" statement. # .PHONY: all all: t0 t1 t2 include a.mk b.mk -include c.mk d.mk ./answers/0040755000175000017500000000000007143047000011372 5ustar holtholt./answers/t00100644000175000017500000000000207143046553011641 0ustar holtholt0 ./answers/t10100644000175000017500000000000207143046553011642 0ustar holtholt1 ./answers/t20100644000175000017500000000000207143046765011650 0ustar holtholt2 ./answers/n_files0100644000175000017500000000000207143116072012727 0ustar holtholt3 ./d.mk0100644000175000017500000000002107143046723010465 0ustar holtholtt2: echo 2 > $@