1# (C) Copyright 2009: Tim Blechmann 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 5project boost/lockfree/example 6 : requirements 7 <library>../../thread/build//boost_thread/ 8 <library>../../atomic/build//boost_atomic 9 ; 10 11exe queue : queue.cpp ; 12exe stack : stack.cpp ; 13exe spsc_queue : spsc_queue.cpp ; 14