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=sharedSpecifies the shared library binary.
STATIC=staticSpecifies the static library file.
LA=laSpecifies 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.