Lines Matching refs:stem
83 `%' matches is called the "stem".
85 `%' in a prerequisite of a pattern rule stands for the same stem
245 The stem with which an implicit rule matches (*note How Patterns
247 target pattern is `a.%.b' then the stem is `dir/foo'. The stem is
250 In a static pattern rule, the stem is part of the file name that
253 In an explicit rule, there is no stem; so `$*' cannot be determined
297 The directory part and the file-within-directory part of the stem;
348 the "stem". Thus, when the pattern `%.o' matches the file name
349 `test.o', the stem is `test'. The pattern rule prerequisites are
350 turned into actual file names by substituting the stem for the character
362 Thus, `e%t' matches the file name `src/eat', with `src/a' as the stem.
364 stem are added at the front, while the rest of the stem is substituted
365 for the `%'. The stem `src/a' with a prerequisite pattern `c%r' gives
632 a. Find the stem S, which is the nonempty part of T or N matched
2357 The stem with which an implicit rule matches (*note How Patterns
4035 * stem <1>: Pattern Match. (line 6)
4036 * stem: Static Usage. (line 17)
4037 * stem, variable for: Automatic Variables. (line 77)