* lib ** Syntax: rule lib( names + : sources * : requirements * : default-build * : usage-requirements ) ** Defined in: tools/builtin.jam ** Arguments: *** names: name of the library *** sources: sources can be both source files (C or C++) and libraries *** requirements: list of features that are propagated to all sources *** default-build: default variant to be used to build library = [debug|release|profile] *** usage-requirements: list of features that will be propagated to all dependents * exe |