next up previous contents
Next: Macros Pertaining To Subdirectories Up: Standard Macros Previous: Macros Pertaining To Libraries   Contents

Macros Pertaining To Installation

Another family of macros determine which items will be installed during the "install" step. For maximum flexibility, no items are ever installed automatically. For example, in order to install a binary which was built by the current Makefile, it is necessary to list that binary explicitly in the list of binaries to install. In addition, a variation on install, called publish, is supported, in which items will be installed into the local build area by the "all" target, but not installed into the final installed area given by the configure prefix. The macros which control installation are:

All items specified in the above macros will also be installed automatically as part of the "publish" step. In addition, the publish step publishes the items listed in the following macros:


next up previous contents
Next: Macros Pertaining To Subdirectories Up: Standard Macros Previous: Macros Pertaining To Libraries   Contents
Bryan Irby 2018-06-27