How to customize install, install/local and install/strip?

When generating projects for linux using one of the makefile generators, there are multiple install targets, all which currently do the exact same thing. How do I configure each of these to install different files, if at all possible?

It is not possible to configure install, install/local, and install/strip to install different files. What you probably want is install components (Runtime, Development, etc.) See the install() command and the --install argument for information on how to use components.

Ah that’s too bad. I guess a configure-time switch will be enough then as the local install vastly differs from a system-wide install.