Visit Mozilla.org

MODULE

From MDC

MODULE is a makefile variable which tells the build system where to install header files.

Header files specified with EXPORTS or XPIDLSRCS are installed into dist/include/$(MODULE) during the export phase.

MODULE is also used in conjunction with XPCSHELL_TESTS to divide xpcshell-based tests into a function-based structure.

[edit] Set By

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

[edit] Example

See Installing headers using EXPORTS.

[edit] See Also