%% Lin George <[EMAIL PROTECTED]> writes: >> CPPFLAGS is included in both CFLAGS and CXXFLAGS, >> plus separating out
lg> I can not find where in the manual it is mentioned lg> that CPPFLAGS is included in both CLAGS and CXXFLAGS. lg> Could you help to point it out please? Actually it's not including in those variables, but it's included in the rules where those variables are used. See the section "Variables Used by Implicit Rules" in the manual. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
