Subject: Re: Document for doing makefile or Makefile
To: Richard PLOIX <richard.ploix@fr.adp.com>
From: Paul Becke <pbecke@kemnetix.com>
List: port-i386
Date: 05/24/2000 09:23:22
The document at:
http://docs.FreeBSD.org/44doc/psd/12.make/paper.html

Is a pretty good tutorial on using make.  Be aware of is that there are several
make programs out there: make, gmake, pmake just to name a few.  They all do
essentially the same thing, but they do have different nuances.


> hello,
> is there a document that explain how to write makefile or Makefile for NetBSD?
> for example, I have a hello.c file, at this time I don't know how to compile
> and link it. must I use cc, gcc, or other?
> thank's, bye.