Re: CFLAGS per source

2011-10-23 Thread Stefano Lattarini
On Sunday 23 October 2011, NightStrike wrote: > On Sun, Oct 23, 2011 at 2:12 PM, Stefano Lattarini > wrote: > > On Sunday 23 October 2011, NightStrike wrote: > >> Ping > >> > > I'm not going to look into this right now, sorry. If you want, > > please open a ticket in the automake bug tracker (b

Re: CFLAGS per source

2011-10-23 Thread NightStrike
On Sun, Oct 23, 2011 at 2:12 PM, Stefano Lattarini wrote: > On Sunday 23 October 2011, NightStrike  wrote: >> Ping >> > I'm not going to look into this right now, sorry.  If you want, > please open a ticket in the automake bug tracker (by sending > a proper mail to bug-autom...@gnu.org), so that w

Re: CFLAGS per source

2011-10-23 Thread Stefano Lattarini
On Sunday 23 October 2011, NightStrike wrote: > Ping > I'm not going to look into this right now, sorry. If you want, please open a ticket in the automake bug tracker (by sending a proper mail to bug-autom...@gnu.org), so that we won't forget about the issue. And of course, patches welcome ;-)

Re: CFLAGS per source

2011-10-23 Thread NightStrike
Ping On Tue, Oct 18, 2011 at 10:49 AM, NightStrike wrote: > > When using automake, I know how to set *FLAGS globally (ie, > AM_*FLAGS), and per binary/lib (ie bin_PROGRAMS=foo ; foo_*FLAGS = > ...)  However, those flag variables apply to every source file for a > given primary.  What if I have mu