automake
[Top][All Lists]
Advanced

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

Re: Preprocessing C++ only


From: Stepan Kasal
Subject: Re: Preprocessing C++ only
Date: Tue, 9 Jan 2007 11:56:09 +0100
User-agent: Mutt/1.4.2.1i

Hello,

On Mon, Jan 08, 2007 at 03:09:13PM +0000, Alan Larkin wrote:
> Tim Van Holder wrote:
> > # Not sure if this is needed for automake; but it's needed by GNU make
> > # (without it it will not try the .cpp.i rule).
> > .SUFFIXES: .i

this is what make understands, Automake writes it to Makefile.in
automatically.  Do not override it in Makefile.am.

> SUFFIXES = .i

This is how one tells Automake about additional suffixes.
But if the suffixes has the standard form (one dot, then some non-dot
characters), then Automake recognizes it, so the SUFFIXES variable is not
necessary (though harmless).

Have a nice day,
        Stepan Kasal




reply via email to

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