CFLAGS for one file?

2008-10-28 Thread Monty Taylor
Hi! Is there a sensible way to set CFLAGS for a single file? Right now I'm breaking it out into an LT convenience lib that gets linked in to the final output... but I just had the thought that perhaps there was a simple piece of declarative goo I was missing... Monty

Re: CFLAGS for one file?

2008-10-28 Thread Bernd Jendrissek
On Tue, Oct 28, 2008 at 12:24 PM, Monty Taylor <[EMAIL PROTECTED]> wrote: > Is there a sensible way to set CFLAGS for a single file? Right now I'm > breaking it out into an LT convenience lib that gets linked in to the > final output... but I just had the thought that perhaps there was a > simple p

Re: CFLAGS for one file?

2008-10-28 Thread Monty Taylor
Bernd Jendrissek wrote: > On Tue, Oct 28, 2008 at 12:24 PM, Monty Taylor <[EMAIL PROTECTED]> wrote: >> Is there a sensible way to set CFLAGS for a single file? Right now I'm >> breaking it out into an LT convenience lib that gets linked in to the >> final output... but I just had the thought that p

Re: cyclic dependancy

2008-10-28 Thread Neel Basu
On Tuesday 28 Oct 2008 2:45:04 am Ralf Wildenhues wrote: > Well, it would be better if you reordered your files and directories in > a way so that they can be totally ordered, and no targets from makefiles > early in the list depend upon targets later in the list. It looks like > it will be possi