Date: Thu, 8 Nov 2001 08:15:32 +1100 From: Edwin Groothuis <edwin@mavetju.org> To: =?iso-8859-1?Q?S=F8ren_Neigaard?= <neigaard@e-box.dk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make tutorial Message-ID: <20011108081532.D35710@k7.mavetju.org> In-Reply-To: <1005136725.4501.18.camel@lapdancer.dk>; from neigaard@e-box.dk on Wed, Nov 07, 2001 at 01:38:44PM %2B0100 References: <1005136725.4501.18.camel@lapdancer.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 07, 2001 at 01:38:44PM +0100, Søren Neigaard wrote: > Sorry about this offtopic subject, but I belive there are some of you > who knows alot about the subject. > > Where can I find a easy "make" tutorial. What I need right now, is a way > to detect wether the Makefile is run on a Windoze or a Unix box, so I > can switch between the two. Man make reveals the following environment variables: MACHINE and MACHINE_ARCH. But what you are looking for is a way to create OS specific Makefiles, which is often done via configure. But euh... my knowledge of configure and how these files are generated is pretty close to zero, so I leave that to somebody else to give you info about that. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011108081532.D35710>