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
- Host: GitHub
- URL: https://github.com/rustkas/the-gnu-make-book-source-code
- Owner: rustkas
- Created: 2022-07-04T08:01:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T08:05:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T10:44:17.631Z (over 1 year ago)
- Language: Makefile
- Size: 122 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)