Hello,

On Mon, Dec 04, 2006 at 02:19:35PM +0100, Ralf Wildenhues wrote:
> In a plain Makefile, you'd do that with this line:
> 
> .SUFFIXES: .asm .o
> 
> In a Makefile.am, you instead write this:
> 
> SUFFIXES = .asm .o

but it is not necessary in normal cases[*], Automake can deduce the
suffixes from the rules, and generate the .SUFFIXES: line.

Have a nice day,
        Stepan Kasal

Footnote:
[*]  "Normal case" means here that each suffix starts with a dot and
does not contain any other dot.


Reply via email to