Home | History | Annotate | Download | only in doc

Lines Matching full:stem

1761 pattern rules the @code{$$*} variable is set to the pattern stem.  As
1769 As @code{make} searches for an implicit rule, it substitutes the stem
3178 @cindex stem
3182 @dfn{stem}. This stem is substituted into each of the @var{prereq-patterns}
3187 the target name; this part is called the @dfn{stem}. The rest of the
3189 the pattern @samp{%.o}, with @samp{foo} as the stem. The targets
3193 The prerequisite names for each target are made by substituting the stem
3195 prerequisite pattern is @file{%.c}, then substitution of the stem
3209 before it is compared to file names or has a stem substituted into it.
3268 stem, either @samp{big} or @samp{little}.
6313 removed from the pattern before it is compared file names or has a stem
8960 @file{@var{stem}.o} from another file @file{@var{stem}.c}.@refill
8995 that the @samp{%} matches is called the @dfn{stem}.@refill
8997 @samp{%} in a prerequisite of a pattern rule stands for the same stem
9203 The stem with which an implicit rule matches (@pxref{Pattern Match, ,How
9205 pattern is @file{a.%.b} then the stem is @file{dir/foo}. The stem is
9207 @cindex stem, variable for
9209 In a static pattern rule, the stem is part of the file name that matched
9212 In an explicit rule, there is no stem; so @samp{$*} cannot be determined
9271 part of the stem; @file{dir} and @file{foo} in this example.
9335 @cindex stem
9340 @dfn{stem}. Thus, when the pattern @samp{%.o} matches the file name
9341 @file{test.o}, the stem is @samp{test}. The pattern rule prerequisites are
9342 turned into actual file names by substituting the stem for the character
9355 with @samp{src/a} as the stem. When prerequisites are turned into file
9356 names, the directories from the stem are added at the front, while the
9357 rest of the stem is substituted for the @samp{%}. The stem
9654 Find the stem @var{s}, which is the nonempty part of @var{t} or @var{n}
10553 The stem with which an implicit rule matches