This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: AM_CFLAGS and sub/foo.c
- To: "Steve M. Robbins" <steven dot robbins at videotron dot ca>
- Subject: Re: AM_CFLAGS and sub/foo.c
- From: Tom Tromey <tromey at redhat dot com>
- Date: 14 Jun 2001 19:39:45 -0600
- Cc: GNU Automake List <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010613191734.E18242@nyongwa.montreal.qc.ca>
- Reply-To: tromey at redhat dot com
>>>>> "Steve" == Steve M Robbins <steven.robbins@videotron.ca> writes:
Steve> The upshot is that "foo.c" is compiled using AM_CFLAGS but NOT
Steve> foo_CFLAGS, while "foo2.c" is compiled NOT using AM_CFLAGS but using
Steve> foo_CFLAGS.
I'm checking in a fix for this.
Tom