From owner-freebsd-hackers Tue Jan 9 16:11:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 0913737B400 for ; Tue, 9 Jan 2001 16:11:17 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0A092G72445; Tue, 9 Jan 2001 16:09:02 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010109174749.A69192@node7.cluster.srrc.usda.gov> Date: Tue, 09 Jan 2001 16:11:18 -0800 (PST) From: John Baldwin To: Glenn Johnson Subject: RE: gmake to make Cc: hackers@FreeBSD.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Jan-01 Glenn Johnson wrote: > How can I convert the following gmake syntax into something that > FreeBSD's make can understand? > > %.x: %.o libtinker.a > ${F77} ${LINKFLAGS} -o $@ $^ ${LIBS} > .o.x: ${F77} ${LINKFLAGS} -o $@ $< libtinker.a ${LIBS} Try that. My mailer has screwed up the tab I think, so make sure the first char on the line is a tab. > Thanks. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message