./0040755000175000017500000000000007224160616007721 5ustar holtholt./makefile_source0100644000175000017500000000036107224160524012774 0ustar holtholt# # This is the real makefile, which replaces the out-of-date version # .PHONY: all clean all: a b c a b c: echo $@ > $@ Makefile: makefile_source cp $< $@ clean: rm -rf a b c *~ .makepp* .Wastebasket cp -p Makefile.orig Makefile ./answers/0040755000175000017500000000000007143413050011374 5ustar holtholt./answers/a0100644000175000017500000000000207143412777011543 0ustar holtholta ./answers/b0100644000175000017500000000000207143413036011531 0ustar holtholtb ./answers/c0100644000175000017500000000000207143413042011527 0ustar holtholtc ./answers/n_files0100644000175000017500000000000207224160611012725 0ustar holtholt4 ./Makefile0100644000175000017500000000033707224160444011360 0ustar holtholt# # This is an out-of-date makefile which gets replaced. # .PHONY: all clean all: a b a b: echo $@ > $@ Makefile: makefile_source cp $< $@ clean: rm -rf a b c *~ .makepp* .Wastebasket cp -p Makefile.orig Makefile ./Makefile.orig0100644000175000017500000000033707224160444012317 0ustar holtholt# # This is an out-of-date makefile which gets replaced. # .PHONY: all clean all: a b a b: echo $@ > $@ Makefile: makefile_source cp $< $@ clean: rm -rf a b c *~ .makepp* .Wastebasket cp -p Makefile.orig Makefile