From owner-freebsd-questions@FreeBSD.ORG Sat Feb 5 17:27:31 2005 Return-Path: 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 7999A16A4CE for ; Sat, 5 Feb 2005 17:27:31 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id B692943D41 for ; Sat, 5 Feb 2005 17:27:30 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CxTiT-000HUa-PB for freebsd-questions@freebsd.org; Sat, 05 Feb 2005 17:27:29 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) j15HRSF5034815 for ; Sat, 5 Feb 2005 17:27:29 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.13.1/8.12.6/Submit) id j15HRSQ8034795 for freebsd-questions@freebsd.org; Sat, 5 Feb 2005 17:27:28 GMT Date: Sat, 5 Feb 2005 17:27:28 +0000 From: Jonathon McKitrick To: freebsd-questions@freebsd.org Message-ID: <20050205172727.GA26430@dogma.freebsd-uk.eu.org> References: <20050205142225.GA11546@dogma.freebsd-uk.eu.org> <44u0oqylar.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44u0oqylar.fsf@be-well.ilk.org> User-Agent: Mutt/1.4i Subject: Re: Example BSD Makefiles *outside* the src tree?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 17:27:31 -0000 On Sat, Feb 05, 2005 at 12:21:48PM -0500, Lowell Gilbert wrote: : Jonathon McKitrick writes: : : > does anyone know of any project out there I could get my hands on that use : > BSD make? Obviously the src tree is not a good place to learn the basics, : > but most makefiles I run across are for GNU make and/or are too complex to : > learn the basics from. : : There are many examples in the Tutorial, which I think you said (in : another message) that you had already read. What are you looking for : that isn't in those examples? Setting up basic recursion (I can do it, but not the right way). Building library sonames and installing them correctly. Doing the above in a makefile that will run under GNU make. I think I've worked out the others so far. jm --