mk_prebuilt_library — Stage a pre-built library
MODULES="... compiler ..."
mk_prebuilt_library
LIB=
name
options
...
LIB=
name
Sets the name of the library. Do not specify a leading lib
or file extension.
SHARED=
shared
Specifies the shared library binary.
STATIC=
static
Specifies the static library file.
LA=
la
Specifies the libtool archive file. If not specified, one will be generated.
VERSION=
verspec
Sets the version as in mk_library
.
...
Other common options documented in the compiler
module.