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