Next: Clean, Previous: Building, Up: Makefile functionality [Contents][Index]
Automake handles the details of actually installing your program once it has been built. All files are automatically installed in the appropriate places when the user runs ‘make install’.
• Basics of Installation | What gets installed where | |
• The Two Parts of Install | Installing data and programs separately | |
• Extending Installation | Adding your own rules for installation | |
• Staged Installs | Installation in a temporary location | |
• Install Rules for the User | Useful additional rules |