Visit Mozilla.org

LIBRARY NAME

From MDC

LIBRARY_NAME is a makefile variable which tells the build system what to name the (shared or static) library.

If LIBRARY_NAME is longer than eight characters, some platforms such as OS/2 will require setting SHORT_LIBNAME due to platform limitations.

[edit] Set By

Tree makefiles set LIBRARY_NAME after including autoconf.mk but before including config.mk or rules.mk.

[edit] Example

See Building a component DLL.

[edit] See Also