]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/container/build/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / container / build / Jamfile.v2
1 # (C) Copyright Vladimir Prus, David Abrahams, Michael Stevens, Hartmut Kaiser,
2 # Ion Gaztanaga 2007-2008
3 # Use, modification and distribution are subject to the
4 # Boost Software License, Version 1.0. (See accompanying file
5 # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7 project boost/container
8 : source-location ../src
9 : usage-requirements # pass these requirement to dependents (i.e. users)
10 <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
11 <link>static:<define>BOOST_CONTAINER_STATIC_LINK=1
12 ;
13
14 lib boost_container
15 : alloc_lib.c [ glob *.cpp ]
16 : <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
17 <link>static:<define>BOOST_CONTAINER_STATIC_LINK=1
18 ;
19
20 boost-install boost_container ;