The GNU make book

This book demystifies GNU make and shows you how to use its best features. You'll find a fast, thorough rundown of the basics of variables, rules, targets, and makefiles. Learn how to fix wastefully long build times and other common problems, and gain insight into more advanced capabilities, su...

Full description

Bibliographic Details
Main Author: Graham-Cumming, John
Format: eBook
Language:English
Published: San Francisco, CA No Starch Press 2015
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02317nmm a2200445 u 4500
001 EB001949555
003 EBX01000000000000001112457
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781593276836 
050 4 |a QA76.76.T49 
100 1 |a Graham-Cumming, John 
245 0 0 |a The GNU make book  |c John Graham Cumming 
250 |a 1st edition 
260 |a San Francisco, CA  |b No Starch Press  |c 2015 
300 |a xvi, 235 pages  |b illustrations 
505 0 |a The basics revisited -- Makefile debugging -- Building and rebuilding -- Pitfalls and problems -- Pushing the envelope -- The GNU make standard library 
653 |a GNU Emacs / fast 
653 |a Make (Computer file) / http://id.loc.gov/authorities/names/n92090404 
653 |a Text editors (Computer programs) / http://id.loc.gov/authorities/subjects/sh85134303 
653 |a Make (Computer file) / fast 
653 |a Text editors (Computer programs) / fast 
653 |a Éditeurs de texte (Logiciels) 
653 |a GNU Emacs / http://id.loc.gov/authorities/names/n91060970 
653 |a COMPUTERS / Software Development & Engineering / Systems Analysis & Design / bisacsh 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
776 |z 9781593276836 
776 |z 9781457189883 
776 |z 1593276494 
776 |z 1593276834 
776 |z 9781593276492 
776 |z 1457189887 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781457189883/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13 
082 0 |a 620 
082 0 |a 745.4 
520 |a This book demystifies GNU make and shows you how to use its best features. You'll find a fast, thorough rundown of the basics of variables, rules, targets, and makefiles. Learn how to fix wastefully long build times and other common problems, and gain insight into more advanced capabilities, such as complex pattern rules. You'll learn how to: master user-defined functions, variables, and path handling; weigh the pitfalls and advantages of GNU make parallelization; handle automatic dependency generation, rebuilding, and non-recursive make; modify the GNU make source and take advantage of the GNU Make Standard Library; create makefile assertions and debug makefiles. --