[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
12. What Gets Installed
Naturally, Automake handles the details of actually installing your program once it has been built. All files named by the various primaries are automatically installed in the appropriate places when the user runs ‘make install’.
12.1 Basics of Installation | What gets installed where | |
12.2 The Two Parts of Install | Installing data and programs separately | |
12.3 Extending Installation | Adding your own rules for installation | |
12.4 Staged Installs | Installation in a temporary location | |
12.5 Install Rules for the User | Useful additional rules |