./0040755000175000017500000000000007143077571007730 5ustar holtholt./a.in0100644000175000017500000000000207143076625010464 0ustar holtholta ./Makeppfile0100644000175000017500000000041107143077056011717 0ustar holtholt# # Test of static pattern rules. # .PHONY: all all: $( a b c d e f).out # # The old GNU makefile syntax: # a.out b.out c.out : %.out: %.in echo $< > $@ cat $< >> $@ # # The :foreach syntax: # %.out: %.in : foreach d.in e.in f.in echo $< > $@ cat $< >> $@ ./b.in0100644000175000017500000000000207143076627010467 0ustar holtholtb ./c.in0100644000175000017500000000000207143076631010463 0ustar holtholtc ./d.in0100644000175000017500000000000207143077232010462 0ustar holtholtd ./e.in0100644000175000017500000000000207143077234010465 0ustar holtholte ./f.in0100644000175000017500000000000207143077236010470 0ustar holtholtf ./answers/0040755000175000017500000000000007143077603011406 5ustar holtholt./answers/a.out0100644000175000017500000000000707143077550012352 0ustar holtholta.in a ./answers/b.out0100644000175000017500000000000707143077550012353 0ustar holtholtb.in b ./answers/c.out0100644000175000017500000000000707143077550012354 0ustar holtholtc.in c ./answers/d.out0100644000175000017500000000000707143077241012352 0ustar holtholtd.in d ./answers/e.out0100644000175000017500000000000707143077241012353 0ustar holtholte.in e ./answers/f.out0100644000175000017500000000000707143077241012354 0ustar holtholtf.in f ./answers/n_files0100644000175000017500000000000207143077603012735 0ustar holtholt6