[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
1. Makefile Conventions
This describes conventions for writing the Makefiles for GNU programs. Using Automake will help you write a Makefile that follows these conventions.
1.1 General Conventions for Makefiles | General conventions for Makefiles. | |
1.2 Utilities in Makefiles | Utilities to be used in Makefiles. | |
1.3 Variables for Specifying Commands | Variables for specifying commands. | |
1.4 DESTDIR : support for staged installs | Supporting staged installs. | |
1.5 Variables for Installation Directories | Variables for installation directories. | |
1.6 Standard Targets for Users | Standard targets for users. | |
1.7 Install Command Categories | Three categories of commands in the `install' rule: normal, pre-install and post-install. |