main
1 2all: foo.s1 foo.s2 p1.foo p2.foo 3 4p1.% p2.%: %.orig ; @echo $@ 5%.s1 %.s2: %.orig ; @echo $@ 6 7.PHONY: foo.orig