Cargando…

Managing Projects with GNU Make : the Power of GNU Make for Building Anything.

Managing Projects with GNU make, 3rd Edition provides guidelines on meeting the needs of large, modern projects. This edition focuses on the GNU version of make, which has deservedly become the industry standard. GNU's powerful extensions are explored in this book, including a number of interes...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mecklenburg, Robert
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol : O'Reilly Media, Inc., 2009.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Managing Projects with GNU Make, 3rd Edition; Dedication; Preface; What & s New in This Edition; Conventions Used in This Book; Using Code Examples; Comments and Questions; Acknowledgments; I. Basic Concepts; 1.2. Dependency Checking; 1.3. Minimizing Rebuilds; 1.4. Invoking make; 1.5. Basic Makefile Syntax; 2. Rules; 2.1.2. Phony Targets; 2.1.3. Empty Targets; 2.2. Variables; 2.3. Finding Files with VPATH and vpath; 2.4. Pattern Rules; 2.4.2. Static Pattern Rules; 2.4.3. Suffix Rules; 2.5. The Implicit Rules Database; 2.5.2. Rule Structure; 2.5.3. Implicit Rules for Source Control.
  • 2.5.4. A Simple Help Command2.6. Special Targets; 2.7. Automatic Dependency Generation; 2.8. Managing Libraries; 2.8.2. Using Libraries as Prerequisites; 2.8.3. Double-Colon Rules; 3. Variables and Macros; 3.2. Variable Types; 3.3. Macros; 3.4. When Variables Are Expanded; 3.5. Target- and Pattern-Specific Variables; 3.6. Where Variables Come From; 3.7. Conditional and include Processing; 3.7.2. include and Dependencies; 3.8. Standard make Vari.