Lines Matching full:libraries
61 -show-libraries | --show-libraries )
82 -with-libraries=* | --with-libraries=* )
83 library_list=`expr "x$option" : "x-*with-libraries=\(.*\)"`
103 -without-libraries=* | --without-libraries=* )
104 library_list=`expr "x$option" : "x-*without-libraries=\(.*\)"`
160 --show-libraries show the set of libraries that require build
161 and installation steps (i.e., those libraries
162 that can be used with --with-libraries or
163 --without-libraries), then exit
164 --with-libraries=list build only a particular set of libraries,
168 --without-libraries=list build all libraries except the ones listed []
188 --libdir=DIR install libraries here [EPREFIX/lib]
244 # If there is a list of libraries
248 The following Boost libraries have portions that require a separate build
252 The Boost libraries requiring separate building and installation are:
254 $BJAM -d0 --show-libraries | grep '^[[:space:]]*-'
380 # options. If left empty, all libraries will be built.
383 libraries = $LIBS ;