The GNU Make Book (Paperback)
John Graham-Cumming
- 出版商: No Starch Press
- 出版日期: 2015-04-01
- 售價: $1,740
- 貴賓價: 9.5 折 $1,653
- 語言: 英文
- 頁數: 256
- 裝訂: Paperback
- ISBN: 1593276494
- ISBN-13: 9781593276492
-
相關分類:
Engineer self-growth
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$2,280$2,166 -
$450$441 -
$620$527 -
$590$502 -
$580$458 -
$1,200$1,176 -
$580$452 -
$780$616 -
$550$468 -
$390$332 -
$780$616 -
$360$284 -
$400$316 -
$420$332 -
$580$458 -
$2,640Natural Language Processing with PyTorch
-
$352FFmpeg 從入門到精通
-
$450$351 -
$600$468 -
$490$441 -
$505C++ 黑客編程揭秘與防範, 3/e
-
$594$564 -
$1,000$790 -
$580$452 -
$600$468
商品描述
GNU Make is the ultimate utility for automatically building programs from source files. But even though GNU Make is the go-to tool for developers and end users needing to build, update, and install packages, it remains notoriously tricky to understand and use correctly. Learners and regular users who run into problems face a long, confusing struggle, often leaving GNU Make's full potential untapped.
GNU Make Book demystifies GNU Make and highlights its most powerful features. Author John Graham-Cumming combines a fast but thorough rundown of the basics with handy solutions to common problems and deeper insights into GNU Make's most useful capabilities. Part manual, part recipe book, GNU Make Book fully equips you to use GNU Make confidently and effectively in the situations you'll inevitably encounter.
In this book, you'll learn about:
- User-defined functions, macros, and path handling
- Creating makefile assertions and debugging makefiles
- The pitfalls and benefits of GNU Make parallelization
- Automatic dependency generation, rebuilding targets, and non-recursive Make
- Using the GNU Make Standard Library