"Bo Peng" <[EMAIL PROTECTED]> writes:

| > You can read about conventions in the GNU make manual
| > 
http://www.sunsite.ualberta.ca/Documentation/Gnu/GNUinfo/html_node/standards_46.html
| > 
http://www.sunsite.ualberta.ca/Documentation/Gnu/GNUinfo/html_node/standards_47.html
| >
| > Many unix administrator rely on these variable having kept this
| > meaning for the last 30 years, I guess. You can decide to scrap that,
| > of course :)
| 
| Thank you very much for the link. I, however, do not see the scary
| scenario of CCFLAGS replace something while CPPFLAGS add to it. All I
| can see is
| 
| 1. if some flags are essential, hard-code them

This we do with AM_CFLAGS, AM_CXXFLAGS and AM_CPPFLAGS

| 2. if some flags are optional, keep them as default for CCFLAGS etc

Which we do with CFLAGS, CXXFLAGS and CPPFLAGS

| 3. setting of CCFLAGS etc will always replace the default values.

Which we also do...

-- 
        Lgb

Reply via email to