From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22409 invoked by alias); 7 Dec 2007 00:35:43 -0000 Received: (qmail 22401 invoked by uid 22791); 7 Dec 2007 00:35:42 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.191) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Dec 2007 00:35:36 +0000 Received: by nf-out-0910.google.com with SMTP id h3so366217nfh for ; Thu, 06 Dec 2007 16:35:34 -0800 (PST) Received: by 10.86.9.8 with SMTP id 8mr1556038fgi.1196987734088; Thu, 06 Dec 2007 16:35:34 -0800 (PST) Received: by 10.86.95.4 with HTTP; Thu, 6 Dec 2007 16:35:34 -0800 (PST) Message-ID: <8bc817ee0712061635r2d4b1c7aj5cb61ccb9e4bdb2@mail.gmail.com> Date: Fri, 07 Dec 2007 00:35:00 -0000 From: "Tom Browder" To: "Robert Wong" Subject: Re: Makefile help request Cc: "gcc-help@gcc.gnu.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00152.txt.bz2 On Dec 6, 2007 4:15 PM, Robert Wong 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