Re: Difference between AM_CFLAGS, AM_CPPFLAGS, and AM_LDFLAGS

2002-09-10 Thread Stephen Torri
On Tue, 2002-09-10 at 01:06, Paul Smith wrote: > > Steve gave you the advantage: so you can run them individually. > > There are many compilers that won't accept linker flags (libraries, > etc.) on a command line meant to compile a file (but not link it). > > The reason for having a separate CF

Re: Difference between AM_CFLAGS, AM_CPPFLAGS, and AM_LDFLAGS

2002-09-09 Thread Paul Smith
%% Stephen Torri <[EMAIL PROTECTED]> writes: st> On Mon, 2002-09-09 at 23:11, Steve M. Robbins wrote: >> On Mon, Sep 09, 2002 at 10:33:40PM -0500, Stephen Torri wrote: >> > AM_CFLAGS - compile time flags >> > AM_CPPFLAGS - preprocessor flags (e.g. -I, -D) >> > AM_LDFLAGS - linker flags

Re: Difference between AM_CFLAGS, AM_CPPFLAGS, and AM_LDFLAGS

2002-09-09 Thread Stephen Torri
On Mon, 2002-09-09 at 23:11, Steve M. Robbins wrote: > On Mon, Sep 09, 2002 at 10:33:40PM -0500, Stephen Torri wrote: > > I am just posting this to make sure I understand the difference between > > these: > > > > AM_CFLAGS - compile time flags > > AM_CPPFLAGS - preprocessor flags (e.g. -I, -D) >