This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: adding specific C flags for a SINGLE source file
Hi,
On Mon, Dec 13, 2004 at 10:43:13AM +0100, Sander Niemeijer wrote:
> [...] would force you to create per target CFLAGS entries for all
> other targets (e.g. 'bar_CFLAGS = $(DEFAULTFLAGS)').
no, you just set AM_CFLAGS = $(DEFAULTFLAGS) and it will apply to all
targets without their own per target CFLAGS.
See the FAQ entry which Alexandre posted on Nov 30.
Regards,
Stepan Kasal