Lines Matching defs:target
7 # At this point, the target 'target' does not exist yet, therefore it cannot
9 .if commands(target)
13 target:
15 # Now the target exists, but it still has no commands.
16 .if commands(target)
20 target:
23 # Even after the comment, the target still has no commands.
24 .if commands(target)
28 target:
31 # Finally the target has commands.
32 .if !commands(target)