Lines Matching full:use
1 # $NetBSD: depsrc-use.mk,v 1.6 2022/04/18 14:38:24 rillig Exp $
3 # Tests for the special source .USE in dependency declarations,
11 # regarded as a candidate for the main target. On the other hand, a .USE
13 not-a-main-candidate: .USE
17 first: .USE first-first first-second
20 first-first: .USE
23 first-second: .USE
27 second: .USE
31 # It's possible but uncommon to have a .USE target with no commands.
33 empty: .USE
35 # It's possible but uncommon to directly make a .USE target.
36 directly: .USE