Intro to <i>make</i>: Oreilly

make is a GNU tool for automating the build process on unix machines. It is normally used for compilation and configuration of C programs but can also be used for other languages and other maintenance tasks (such as dependent file changes.) Oreilly has an intro to make tutorial that is worth a look if you are not already familiar and use or administer and unix flavor.

make has some shortcomings, and hence there are other alternatives such as ant by the apache group, but make is the standard and its essential to understand it.

Check the tutorial via the link. Thanks to SolarisCentral for the story lead.   Intro to make: Oreilly