Mail Archives: djgpp/1997/03/07/02:16:31
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)
- Raw text -