Lines Matching full:suffix
1 /* Pattern and suffix rule internals for GNU Make.
59 /* Maximum length of a suffix. */
157 /* Create a pattern rule from a suffix rule.
158 TARGET is the target suffix; SOURCE is the source suffix.
173 `.X.a' suffix rule; the target pattern is always `(%.o)'. */
214 /* Convert old-style suffix rules to pattern rules.
240 /* Make a rule that is just the suffix, with no deps or commands.
246 /* Record a pattern for this suffix's null-suffix rule. */
249 /* Record a pattern for each of this suffix's two-suffix rules. */
265 /* A suffix rule `.X.a:' generates the pattern rule `(%.o): %.X'.
271 /* The suffix rule `.X.Y:' is converted
441 * If the commands came from a suffix rule, they could also be in
442 the `struct file's for other suffix rules or plain targets given
444 * If two suffixes that together make a two-suffix rule were each
448 pointer from the `struct file' for the suffix rule. */