1
2A ::; @testhelp -q out $@-1 out $@-1-done
3A ::; @testhelp -q out $@-2 out $@-2-done
4A ::; @testhelp -q out $@-3 out $@-3-done
5B ::; @testhelp -q out $@-1 out $@-1-done
6B ::; @testhelp -q out $@-2 out $@-2-done
7B ::; @testhelp -q out $@-3 out $@-3-done
8
9C: D E
10D:; @testhelp -q out D file D wait E-done out D-done
11E:; @testhelp -q wait D out E out E-done file E-done
12
13.PHONY: C D E
14
15# This is just here so we don't fail with older versions of make
16.WAIT: