Lines Matching refs:suffixes
521 A double-suffix rule is defined by a pair of suffixes: the target
525 two-suffix rule whose target and source suffixes are `.o' and `.c' is
535 target against a defined list of known suffixes. When `make' sees a
538 suffixes concatenated, this rule is taken as a double-suffix rule.
541 suffixes. Therefore, if you define a rule whose target is `.c.o',
568 suffix or pair of suffixes concatenated as a target in the data base.
570 The known suffixes are simply the names of the prerequisites of the
571 special target `.SUFFIXES'. You can add your own suffixes by writing a
576 which adds `.hack' and `.win' to the end of the list of suffixes.
578 If you wish to eliminate the default known suffixes instead of just
581 `.SUFFIXES'. You can then write another rule to add the suffixes you
584 .SUFFIXES: # Delete the default suffixes
588 suffixes to be empty.
590 The variable `SUFFIXES' is defined to the default list of suffixes
591 before `make' reads any makefiles. You can change the list of suffixes
1043 * Allow suffixes for suffix rules (*note Old-Fashioned Suffix Rules:
1195 suffixes you need in the particular Makefile, like this:
1201 suffixes which may be subject to implicit rules in this Makefile.
2441 The default list of suffixes before `make' reads any makefiles.