[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make can not find .cpp file, any general comments or suggestions to
From: |
Paul D. Smith |
Subject: |
Re: make can not find .cpp file, any general comments or suggestions to debug? |
Date: |
Wed, 3 May 2006 07:48:48 -0400 |
%% Lin George <address@hidden> 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 <address@hidden> 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
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Lin George, 2006/05/03
- Re: make can not find .cpp file, any general comments or suggestions to debug?,
Paul D. Smith <=
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Lin George, 2006/05/03
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Greg Chicares, 2006/05/03
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Lin George, 2006/05/04
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Dave Hylands, 2006/05/04
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Paul D. Smith, 2006/05/04
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Lin George, 2006/05/07
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Paul D. Smith, 2006/05/07
- Re: make can not find .cpp file, any general comments or suggestions to debug?, Lin George, 2006/05/08