From: Erik Max Francis Newsgroups: comp.os.msdos.djgpp Subject: Re: What is a Make File??? Date: Thu, 06 Mar 1997 21:28:50 -0800 Organization: Alcyone Systems Lines: 20 Message-ID: <331FA792.5A3B0E21@alcyone.com> References: <2 DOT 2 DOT 32 DOT 19970306172139 DOT 006c419c AT delilah> NNTP-Posting-Host: newton.alcyone.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Alan Wilson wrote: > I see a lot about makefiles here on this list. What is a makefile and > what > does it do? I would like to know what everyone is talking about. A makefile is a file which contains desciptions of how to build a project (not necessarily even a program; make can be used for anything) that make understands. make is advantageous because it can dynamically figure out dependencies and what needs to be built in what order so that everything gets set up correctly, provided of course you've set up your makefile correctly. -- Erik Max Francis, &tSftDotIotE / email: max AT alcyone DOT com Alcyone Systems / web: http://www.alcyone.com/max/ San Jose, California, United States / icbm: 37 20 07 N 121 53 38 W \ "I am become death, / destroyer of worlds." / J. Robert Oppenheimer (quoting legend)