Lines Matching full:suffixes
2412 `.SUFFIXES'
2413 The prerequisites of the special target `.SUFFIXES' are the list
2414 of suffixes to be used in checking for suffix rules. *Note
2460 The prerequisites of the special target `.SUFFIXES' are the list
2461 of suffixes to be used in checking for suffix rules. *Note
2539 it appears as a target, and so does the concatenation of two suffixes,
2543 add both pieces to the suffix list. In practice, suffixes normally
6616 of suffixes for suffix rules (*note Old-Fashioned Suffix Rules:
6617 Suffix Rules.). But you can still define your own suffixes with a
6618 rule for `.SUFFIXES', and then define your own suffix rules. Note
6835 target `.SUFFIXES'). The default suffix list is: `.out', `.a', `.ln',
6840 have one of these suffixes are actually suffix rules. If you modify
6842 those named by one or two of the suffixes that are on the list you
6843 specify; rules whose suffixes fail to be on the list are disabled.
6953 list of implicit rule suffixes with:
6955 .SUFFIXES:
6956 .SUFFIXES: .o .r .f .l ...