]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/random/build/Jamfile.v2
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / random / build / Jamfile.v2
CommitLineData
7c673cae
FG
1# Jamfile.v2
2#
3# Copyright (c) 2010
4# Steven Watanabe
5#
6# Distributed under the Boost Software License, Version 1.0. (See
7# accompanying file LICENSE_1_0.txt or copy at
8# http://www.boost.org/LICENSE_1_0.txt)
9
10project /boost/random
11 : source-location ../src
12 : requirements <link>shared:<define>BOOST_RANDOM_DYN_LINK
13 : usage-requirements <link>shared:<define>BOOST_RANDOM_DYN_LINK
14;
15
20effc67 16lib boost_random : [ glob *.cpp ] ;
7c673cae
FG
17
18boost-install boost_random ;