# Boost.Iostreams Library Build Jamfile # (C) Copyright Jonathan Turkanis 2004 # Use, modification, and distribution is subject to the Boost Software # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # See http://www.boost.org/libs/iostreams for documentation. subproject libs/iostreams/build ; template zlib-options : # sources : # build requirements [ cond $(ZLIB_DYN_LINK) : ZLIB_DLL=1 ] [ cond $(ZLIB_PATH) : $(ZLIB_PATH) ] [ cond $(ZLIB_BINARY) : $(ZLIB_BINARY) : "zlib" ] ; template bzip-options : # sources : # build requirements [ cond $(LIBBZ2_PATH) : $(LIBBZ2_PATH) ] [ cond $(LIBBZ2_BINARY) : $(LIBBZ2_BINARY) : "libbz2" ] ; template compression-options : # sources [ unless $(NO_ZLIB) :