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
Shell Scripting Tutorial for Linux/Unix Beginners- Guru99
The course covers Linux Basics like Introduction, Linux Distributions and Installation, Commands, and File Permissions. It also introduces Redirection, Regular Expressions, Commands, and Communication in Linux. We also touch on advanced topics ...
(5956 views)
The Linux Development Platformby Rafeeq Ur Rehman, Christopher Paul - Prentice Hall PTR
This book describes how to build a development environment based upon Linux systems. It provides a reference on the open source tools used for development, and includes information about editors, compilers, assemblers, debuggers, etc.
(10708 views)
Programming From The Ground Upby Jonathan Bartlett - Bartlett Publishing
An introduction to assembly language programming on Linux for x86 machines. It covers memory management, interfacing with C, debugging, dynamic libraries, GUI programming, and more. Great textbook for novices as well as for intermediates.
(23187 views)
GTK+/Gnome Application Developmentby Havoc Pennington - Sams
Provides detailed information for programmers and developers using the GTK+/Gnome libraries. It complements existing GTK+/Gnome documentation, going into more depth on pivotal issues such as GTK+ object system, the event loop, Gdk substrate, etc.
(16769 views)