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
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
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
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