From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: What is a Make File??? Date: 7 Mar 1997 02:14:02 GMT Organization: Oxford University Lines: 17 Message-ID: <5fntla$pgq@news.ox.ac.uk> References: <2 DOT 2 DOT 32 DOT 19970306172139 DOT 006c419c AT delilah> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Alan Wilson (alan DOT wilson AT wilshire DOT com) 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 script for the Make utility (in mak375b.zip). It is basically a list of files which can be created from other files, showing which source files affect which destination files. The Make utility uses this to decide which parts of a project need recompiling at any stage (by comparing datestamps on the files). For more information you should download mak375b.zip from the v2gnu directory of your favourite mirror, unzip it and look at the info documentation for make. -- George Foot Merton College, Oxford.