An open API service indexing awesome lists of open source software.

https://github.com/rustkas/the-gnu-make-book-source-code

This is code examples based on "The GNU Make Book" book. https://nostarch.com/gnumake
https://github.com/rustkas/the-gnu-make-book-source-code

Last synced: 6 months ago
JSON representation

This is code examples based on "The GNU Make Book" book. https://nostarch.com/gnumake

Awesome Lists containing this project

README

          

# The GNU Make Book source code
This is code examples based on ["The GNU Make Book"](https://nostarch.com/gnumake) book.

## Author's blog pages
- ["The GNU Make Book": probably more than you ever wanted to know about make](https://blog.jgc.org/2015/04/the-gnu-make-book-probably-more-than.html)
- [Updated list of my GNU Make articles](https://blog.jgc.org/2013/02/updated-list-of-my-gnu-make-articles.html)
- The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. The GMSL is released under the BSD License. Documentation of GMSL [gmsl.sourceforge](https://gmsl.sourceforge.io/)

[Academic library book's page](https://dl.acm.org/doi/book/10.5555/2771321)

[Author's site](https://www.jgc.org/)
[Author's Github](https://github.com/jgrahamc)

## Reviews
- [Edgar R. Chavez, **Computing Reviews**](https://computingreviews.com/review/Review_review.cfm?review_id=143667&listname=search)
- [Sandra Henry-Stocker, **IT World**](https://www.networkworld.com/article/2920894/the-gnu-make-book.html)

GNU Make Standard Library

[GMSL](https://gmsl.sourceforge.io/)