This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Makefile help request
- From: "Tom Browder" <tom dot browder at gmail dot com>
- To: "Robert Wong" <subdriver97 at gmail dot com>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Thu, 6 Dec 2007 18:35:34 -0600
- Subject: Re: Makefile help request
- References: <C37DB48C.2190%subdriver97@gmail.com>
On Dec 6, 2007 4:15 PM, Robert Wong <subdriver97@gmail.com> wrote:
> Question 1:
> I am trying to establish the following dependencies in the attached Makefile
> (currently, make executes every command in the makefile):
Robert, the attached make file has a line near its beginning that says:
## DO NOT TOUCH BELOW THIS LINE
which indicates it was originally automatically generated. If that is
so, have you modified it since the original? If so, can you send the
original.
A brief glance shows that the make file is relying on automatic rules
and there may be some problem there since you have defined CC as the
g++ compiler and you have mixed c and c++ code.
-Tom
Tom Browder
Niceville, Florida
USA