$18.69
$3.99 delivery May 29 - June 4. Details
Only 2 left in stock - order soon.
$$18.69 () Includes selected options. Includes initial monthly payment and selected options. Details
Price
Subtotal
$$18.69
Subtotal
Initial payment breakdown
Shipping cost, delivery date, and order total (including tax) shown at checkout.
Ships from
belles-books
Ships from
belles-books
Sold by
Sold by
Returns
Eligible for Return, Refund or Replacement within 30 days of receipt
Eligible for Return, Refund or Replacement within 30 days of receipt
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt. You may receive a partial or no refund on used, damaged or materially different returns.
Returns
Eligible for Return, Refund or Replacement within 30 days of receipt
This item can be returned in its original condition for a full refund or replacement within 30 days of receipt. You may receive a partial or no refund on used, damaged or materially different returns.
Payment
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
Payment
Secure transaction
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others. Learn more
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

GNU Make, Version 3.77 Paperback – January 1, 1998

4.3 4.3 out of 5 stars 4 ratings

{"desktop_buybox_group_1":[{"displayPrice":"$18.69","priceAmount":18.69,"currencySymbol":"$","integerValue":"18","decimalSeparator":".","fractionalValue":"69","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"qnKbdkIhKduqygWgnRSxQpLd08rwNIjIuuZdTuVxnPmy66DDpxhhoGz2ZmcZ%2BrU6KKGBXWTsjVdmHblQx4unXSqkx7%2F48sIqPQ4GHBqUzGMkDcMyIxDN%2BuPuQ17JcYwfkWOJb14O%2F8IkBly8cFUmCBRzPX25ia93EeY9kwmNsqxmPFVQABzedA%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}]}

Purchase options and add-ons

Book by Richard Stallman
Read more Read less

Amazon First Reads | Editors' picks at exclusive prices

Product details

  • Publisher ‏ : ‎ Free Software Foundation; 1st edition (January 1, 1998)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 168 pages
  • ISBN-10 ‏ : ‎ 1882114809
  • ISBN-13 ‏ : ‎ 978-1882114801
  • Item Weight ‏ : ‎ 11.2 ounces
  • Customer Reviews:
    4.3 4.3 out of 5 stars 4 ratings

Customer reviews

4.3 out of 5 stars
4.3 out of 5
4 global ratings

Top reviews from the United States

Reviewed in the United States on October 12, 2015
Great book.
Reviewed in the United States on October 28, 2005
This is just a reference, written in a style a bit too terse. Not good as a tutorial.

For a wider picture and introduction, see Managing Projects With Make (I believe the newer editions only cover GNUMake, which is different than what BSD developers use).
Reviewed in the United States on July 21, 2001
This book, which was made available on the Web for free, is here published in book form for those who prefer it that way. It is a great introduction to GNU Make for beginners who need to learn it, and a good reference for those more experienced.
After a brief overview of make in chapter 1, the authors move on to introduce makefiles in chapter 2 and 3. A general makefile consists of rules, with a target, dependencies, and commands. The authors do a great job of explaining makefiles and give a sample makefile explaining how an executable depends on object files, those depending themselves on C source files and header files. The use of 'make clean' is discussed also, along with the use of variables to simplify makefiles.
A more detailed discussion of rule writing is given in chapter 4, with the rule syntax outlined, and how to use wildcard characters in file names. The 'vpath' directive is discussed also. The authors show how to construct rules with multiple targets, and how to use dependencies that are not necessarily identical using static pattern rules. The chapter ends with a discussion of how to generate dependencies automatically.
The use of command echoing is explained in the next chapter on writing commands in rules, with the recursive use of 'make' as itself a command in a makefile. This is followed in chapter 6 by more details on the use of variables in makefiles. Readers knowing the shell very well will find this easy reading, but beginners will have to pay attention to the subtle uses of variable references and the difference between recursively expanded and simply expanded variables. The authors include an advanced section on variable reference for the more experienced reader. A detailed discussion on using conditional statements in makefiles is given.
The use of functions to do text processing is the subject of chapter 8 with the general syntax for function calls given. This is followed in chapter 9 by a discussion on how to actually execute a makefile.
The use of implicit rules to perform compilation in the usual way is discussed in chapter 10. This is my preference on how to use make and it is given a nice treatment here, with discussions on how to use implicit rules and introduces pattern rules.
Make can also update archive files, and this is discussed in chapter 11. The last chapters of the book give a list of features of GNU make as compared with other versions of make, and a list of incompatibilities of make with other versions. The conventions that must be respected in writing GNU make programs are discussed also.
13 people found this helpful
Report
Reviewed in the United States on August 29, 2001
This is an excellent book for software developers who want to write Makefile seriously. I have read other make books, including "Managing Projects with make" and "Mastering Make". None of them present core of Makefile to readers. From newsgroup comp.unix.shell one can know that there are still a lot of people who are struggling for writting their own real Makefile. Richard and Roland are national outstanding experts in this area!
8 people found this helpful
Report