Lines Matching refs:matches
1511 @samp{%}, so it matches any target whatever. The rule specifies a
2132 But what if you delete all the @samp{.o} files? When a wildcard matches
2182 given file name patterns. If no existing file name matches a pattern,
2335 Redefining Pattern Rules}). For example, @code{%.h} matches files that
2352 @var{pattern} in a @code{vpath} directive matches the name of the
3186 @var{target-pattern} matches a target, the @samp{%} can match any part of
3188 pattern must match exactly. For example, the target @file{foo.o} matches
3281 An implicit rule @emph{can} apply to any target that matches its pattern,
5832 the variable is defined for any target that matches the pattern
5833 specified. If a target matches more than one pattern, all the
8986 target is a pattern for matching file names; the @samp{%} matches any
8991 For example, @samp{%.c} as a pattern matches any file name that ends in
8992 @samp{.c}. @samp{s.%.c} as a pattern matches any file name that starts
8995 that the @samp{%} matches is called the @dfn{stem}.@refill
9022 wildcard. It provides a way to make any file that matches the target
9032 than the one that matches the target in need of a rule are incidental:
9203 The stem with which an implicit rule matches (@pxref{Pattern Match, ,How
9337 either or both of which may be empty. The pattern matches a file name only
9340 @dfn{stem}. Thus, when the pattern @samp{%.o} matches the file name
9354 that rule. Thus, @samp{e%t} matches the file name @file{src/eat},
9366 When a pattern rule's target is just @samp{%}, it matches any file name
9407 type of data if some non-match-anything implicit rule target matches it.
9409 For example, the file name @file{foo.c} matches the target for the pattern
9412 @file{foo.y}), the fact that its target matches is enough to prevent
9520 and the source suffix. It matches any file whose name ends with the
9527 suffix. It matches any file name, and the corresponding implicit
9638 Make a list of all the pattern rules one of whose targets matches
10553 The stem with which an implicit rule matches