# Boost.Atomic Library Jamfile # # Copyright Helge Bahmann 2011. # Distributed under 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) import common ; project boost/atomic : requirements multi shared:BOOST_ATOMIC_DYN_LINK=1 BOOST_ATOMIC_SOURCE : usage-requirements shared:BOOST_ATOMIC_DYN_LINK=1 : source-location ../src ; alias atomic_sources : lockpool.cpp ; explicit atomic_sources ; lib boost_atomic : atomic_sources ; boost-install boost_atomic ;