Name

mk_dlo — Build a dynamically loadable object

Synopsis

MODULES="... compiler ..."

mk_dlo DLO=name options...

Options

...

Accepts the same options as mk_library.

Description

Defines a target to build a C/C++ dynamically loadable object -- that is, an object suitable for loading with dlopen() or similar functions at runtime. On some systems, Darwin in particular, this is not the same thing as a shared library. See compiler for a list of common options.

A libtool-compatible .la file will also be generated and is the target which is placed in result.