19. The make Utility
Contents:
This section presents the following topics:
For a detailed description of make , refer to the Nutshell Handbook, Managing Projects with make . The make program generates a sequence of commands for execution by the UNIX shell. It uses a table of file dependencies input by the programmer, and with this information, can perform updating tasks automatically for the user. It can keep track of the sequence of commands that create certain files, and the list of files that require other files to be current before they can operate efficiently. When a program is changed, make can create the proper files with a minimum of effort. 19.1 Command-line Syntax
Options, targets, and macro definitions can appear in any order. Macros definitions are typed as:
19.1.1 Options
|
|