From owner-freebsd-questions Fri Oct 17 05:00:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA07099 for questions-outgoing; Fri, 17 Oct 1997 05:00:36 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA07094 for ; Fri, 17 Oct 1997 05:00:34 -0700 (PDT) (envelope-from nash@Venus.mcs.net) Received: from Venus.mcs.net (nash@Venus.mcs.net [192.160.127.92]) by Kitten.mcs.com (8.8.5/8.8.2) with ESMTP id HAA25275; Fri, 17 Oct 1997 07:00:28 -0500 (CDT) Received: from localhost (nash@localhost) by Venus.mcs.net (8.8.7/8.8.2) with SMTP id HAA05910; Fri, 17 Oct 1997 07:00:28 -0500 (CDT) Date: Fri, 17 Oct 1997 07:00:27 -0500 (CDT) From: Alex Nash To: Jacques Hugo cc: questions@FreeBSD.ORG Subject: Re: makefile howto In-Reply-To: <34473A8C.52BFA1D7@wired.ctech.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 17 Oct 1997, Jacques Hugo wrote: > Hi there ... > > I'm looking for some info on using Makefiles. > > Can anyone point me to a FAQ/URL? There's the "User's Guide to FreeBSD Programming Tools" at: http://www.freebsd.org/tutorials/devel/devel.html It's not about make specifically, but it does have an introductory section. For even more detail, see the GNU make docs: http://www.cygnus.com/pubs/gnupro/5_GNUPro_Utilities/e_GNU_Make/make.html Keep in mind that FreeBSD's make is different than GNU make (gmake). Even so, much of the above URL will still apply. Alex