GNU make
make
The GNU make utility automatically determines which pieces of a large program need to be recompiled, and issues the commands to recompile them.
This is Edition 0.48 of the GNU Make Manual, last updated 4 April 1995 for make Version 3.73 Beta.
This manual describes make and contains the following chapters:
--- The Detailed Node Listing --- Overview of make
An Introduction to Makefiles
Writing Makefiles
Writing Rules
Using Wildcard Characters in File Names
Searching Directories for Dependencies
Static Pattern Rules
Writing the Commands in Rules
Recursive Use of make
$(MAKE)
-w
--print-directory
How to Use Variables
Advanced Features for Reference to Variables
Conditional Parts of Makefiles
Functions for Transforming Text
How to Run make
Using Implicit Rules
Defining and Redefining Pattern Rules
Using make to Update Archive Files
Implicit Rule for Archive Member Targets