From owner-freebsd-questions Wed Jul 10 10:51:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4275337B401 for ; Wed, 10 Jul 2002 10:51:30 -0700 (PDT) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884F243E42 for ; Wed, 10 Jul 2002 10:51:29 -0700 (PDT) (envelope-from pavan.balaji@intel.com) Received: from fmsmsxvs043.fm.intel.com (fmsmsxvs043.fm.intel.com [132.233.42.129]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g6AArvL21038 for ; Wed, 10 Jul 2002 10:53:57 GMT Received: from fmsmsx019.fm.intel.com ([132.233.42.130]) by fmsmsxvs043.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002071010502324552 for ; Wed, 10 Jul 2002 10:50:23 -0700 Received: by fmsmsx019.fm.intel.com with Internet Mail Service (5.5.2653.19) id ; Wed, 10 Jul 2002 10:51:28 -0700 Message-ID: <3D386AED1B47D411A94300508B11F18703BC5B7D@fmsmsx116.fm.intel.com> From: "Balaji, Pavan" To: "Balaji, Pavan" , "'freebsd-questions@freebsd.org'" Subject: RE: Makefile Date: Wed, 10 Jul 2002 10:51:25 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please disregard this mail. I figured it out. Thanx Pavan Balaji, CIS Graduate Student, Ohio State University "Being happy doesn't mean that everything is perfect... It just means that you have decided to see beyond the imperfections" -- Rash > -----Original Message----- > From: Balaji, Pavan [mailto:pavan.balaji@intel.com] > Sent: Wednesday, July 10, 2002 12:48 PM > To: 'freebsd-questions@freebsd.org' > Subject: Makefile > > > > I was having some problem with writing a Makefile in FreeBSD. > This is what I > wrote: > > -------- > LDFLAGS = -lpthread > CFLAGS = -I/usr/include -Wall -Werror > > TARGETS = something1 something2 > all: $(TARGETS) > > something1: something1.o > something2: something2.o > > clean: > rm -rf *.o > --------- > > It seems to work fine on Linux, but when I use it in FreeBSD, it just > creates the object files and stops. Also, the LDFLAGS aren't > being used. > > Any tips about this? > > > Pavan Balaji, > CIS Graduate Student, > Ohio State University > > "Being happy doesn't mean that everything is perfect... It > just means that > you have decided to see beyond the imperfections" -- Rash > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message