Managing Projects with make (Nutshell Handbooks)

By Unknown Author.

Managing Projects with make (Nutshell Handbooks)

Description

make is one of UNIX's greatest contributions to software development, and this book is 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 relink the program after recompiling some, but not necessarily all, of the sources.make greatly simplifies this process. By recording the relationships between sets of files, make can automatically perform all the necessary updating.For large projects with teams of programmers and multiple r...

ISBN(s)

0937175900, 9780937175903

REVIEWS (0) -

No reviews posted yet.

WRITE A REVIEW

Please login to write a review.