michael@0: all: foo.out michael@0: test -f $^ michael@0: @echo TEST-PASS michael@0: michael@0: foo.out: %.out: %.in michael@0: test "$*" = "foo" michael@0: cp $^ $@ michael@0: michael@0: foo.in: michael@0: touch $@