GNU Make: A Program for Directed Compilation
by Richard M. Stallman, Roland McGrath
Publisher: Free Software Foundation 2010
ISBN/ASIN: 1882114825
ISBN-13: 9781882114825
Number of pages: 192
Description:
The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This manual describes GNU make, which was implemented by Richard Stallman and Roland McGrath.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Linux Appliance Designby Bob Smith, et al. - No Starch Press
The book shows how to use librta to build a Linux appliance. Topics include appliance architecture, security, and how to build simple, yet responsive user interfaces. The book shows how to build different user interfaces including a web interface.
(7461 views)
Secure Programming for Linux and Unix HOWTOby David A. Wheeler
The book provides a set of design and implementation guidelines for writing secure programs for Linux and Unix systems. This document includes specific guidance for a number of languages, including C, C++, Java, Perl, Python, and Ada95.
(17754 views)
Java Application Development on Linuxby Carl Albing, Michael Schwarz - Prentice Hall PTR
The hands-on guide to the full Java application development lifecycle on Linux, written for Java and Linux developers alike. The authors demonstrate the platform, tools, and application development by showing easy-to-follow, realistic examples.
(20910 views)
GNU Autoconf, Automake and Libtoolby Gary V. Vaughn, et al. - Sams
This book is an expert guide to using GNU autoconf, automake, and libtool effectively. Written for C/C++ or script programmers who write software under Unix/Linux. The text is filled with the nuts-and-bolts details of running these three utilities.
(15482 views)