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