automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no rule to make asm targets


From: Stepan Kasal
Subject: Re: no rule to make asm targets
Date: Mon, 4 Dec 2006 14:34:41 +0100
User-agent: Mutt/1.4.2.1i

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

[Prev in Thread] Current Thread [Next in Thread]