MTU Cork Library Catalogue

Syndetics cover image
Image from Syndetics

Managing projects with Make / Andrew Oram and Steve Talbott.

By: Oram, Andrew.
Contributor(s): Talbott, Steve.
Material type: materialTypeLabelBookSeries: Nutshell handbook.Publisher: Sebastopol, CA : O'Reilly & Associates, 1991Edition: 2nd ed. / rev. and expanded by Andrew Oram.Description: xiv, 136 p. ; 23 cm.ISBN: 0937175900.Subject(s): Make (Computer file) | Utilities (Computer programs) | Computer software -- Development | C (Computer program language)DDC classification: 005.43
Contents:
How to write a simple makefile -- Macros -- Suffix Rules -- Commands -- Project Management -- Command-line usage and special targets -- Troubleshooting.
Holdings
Item type Current library Call number Copy number Status Date due Barcode Item holds
General Lending MTU Bishopstown Library Lending 005.43 (Browse shelf(Opens below)) 1 Available 00044115
Total holds: 0

Enhanced descriptions from Syndetics:

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 releases, make becomes even more critical. But in order to avoid spending a major portion of your maintenance budget on maintaining the Makefiles , you need a system for handling directories, dependencies, and macro definitions. This book describes all the basic features of make and provides guidelines on meeting the needs of large, modern projects.Some of the issues addressed in the second edition include:

Projects covering several directories. Maintaining consistency when building variants of a program. Automatic generation of header file dependencies. Forced rebuilds of existing files. A description of free products that contain major enhancements to make . Listings of the features that vary between different versions of make and simple ways to test them. More detail and examples on common errors, use of the shell in make , formal rules of syntax in make , and support for various utilities.

Includes index.

How to write a simple makefile -- Macros -- Suffix Rules -- Commands -- Project Management -- Command-line usage and special targets -- Troubleshooting.

Author notes provided by Syndetics

Andy Oram is an editor at O'Reilly & Associates, specializing in books on Linux and programming. Most recently, he edited Peer-to-Peer: Harnessing the Power of Disruptive Technologies.

Stephen L. Talbott went from Presidential Scholar to farmer, and from editing an interdisciplinary, scholarly journal about the catastrophist theories of Immanual Velikovsky, to fourteen years working in the computer industry. Mr. Talbott recently moved with his family from the Boston technology belt to rural New York, where his efforts to reach an accommodation with his computer continue.

Powered by Koha