Publisher: O'Reilly, 1988, 77 pages
ISBN: 0-937175-04-8
Keywords: Programming
make is one of UNIX's greatest contribution to software development, and this book is without question the clearest description of make ever written.
Even the smallest software project typically involves a number of files that depend upon each other in various ways. If you modify one or more source files, you must re-link the program after re-compiling some, but not necessarily all, of the sources.
make greatly simplifies this process. By recording the specific relationship between a set of files, make can automatically perform all updating tasks.
Topics covered include:
This handbook covers the augmented version of make shipped with System V. It is also useful with older versions of make.
This brings back memories… I gave this to my future wife in 1988 (obviously the right way to do it, as the 100 red roses I sent didn't spark much of a reaction).
Comments
There are currently no comments
New Comment