A Makefile is used by "make" to build multi-file programs. It usually
contains information about the dependencies in the project and
instructions on how to build each portion, and then how to link them
all together into the final executable. Make will look at the time
stamps on the files and determine which object files are out of date,
and only recompile what is necessary. There are additional uses, but
that is the main concept behind make.
Don

On Nov 4, 8:24 am, Ashok Varma <verma....@gmail.com> wrote:
> Friends, Please clarify this.
> What is a Make file ? & What is its use ?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to