mk_headers — Install headers
MODULES="... compiler ..."
mk_headers headers...
mk_headers MASTER=master headers...
INSTALLDIR=dir
Specifies the location to install the headers. By default, this is MK_INCLUDEDIR.
...
See compiler for common options.
Installs each header in headers into the system
header directory. If master is specified, it is
also installed and marked as depending on all the other headers
in the list. This is useful when using HEADERDEPS elsewhere in
the project, as depending on master will depend
on all of the listed headers.