[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Target-specific CPPFLAGS for autodependencies
From: |
David Greene |
Subject: |
Re: Target-specific CPPFLAGS for autodependencies |
Date: |
Fri, 12 May 2006 14:49:57 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512 |
Paul D. Smith wrote:
> %% David Greene <address@hidden> writes:
>
> dg> I use target-specific variable definitions for things like CFLAGS
> dg> and CPPFLAGS.
> Maybe I can suggest reinterpreting the entire problem?
>
> If you move away from the "traditional" dependency generation method
> you're using here (and the one described in the GNU make manual) and
> start using the "advanced" dependency generation method described on my
> web site below (first created by the automake folks), you will get all
> the CPPFLAGS stuff handled for free and won't have to worry about this.
:) Just found your page about half a day after I posted my question.
It's absolutely the right solution and it's working great for me.
Thanks for your help.
-Dave