Lines Matching refs:matches
76 is a pattern for matching file names; the `%' matches any nonempty
79 For example, `%.c' as a pattern matches any file name that ends in
80 `.c'. `s.%.c' as a pattern matches any file name that starts with
83 `%' matches is called the "stem".
105 wildcard. It provides a way to make any file that matches the target
114 other than the one that matches the target in need of a rule are
245 The stem with which an implicit rule matches (*note How Patterns
345 either or both of which may be empty. The pattern matches a file name
348 the "stem". Thus, when the pattern `%.o' matches the file name
362 Thus, `e%t' matches the file name `src/eat', with `src/a' as the stem.
374 When a pattern rule's target is just `%', it matches any file name
415 matches it.
417 For example, the file name `foo.c' matches the target for the pattern
420 `foo.y'), the fact that its target matches is enough to prevent
522 suffix and the source suffix. It matches any file whose name ends with
529 source suffix. It matches any file name, and the corresponding implicit
621 2. Make a list of all the pattern rules one of whose targets matches
2357 The stem with which an implicit rule matches (*note How Patterns