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
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.
(17835 views)
Linux Application Development Using Websphere Studio 5by Osamu Takagiwa, at al. - IBM Redbooks
This book helps you get familiar with IBM middleware and tools for Linux, and develop your new Web application on Linux. It is aimed to show IBM's ability to provide an advanced platform for WebSphere application development using Linux.
(10954 views)
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 ...
(6278 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.
(24519 views)