summaryrefslogtreecommitdiff
blob: 81fb136be2b0a37d2ad04164353b25b7607ef4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2006 Tiziano Mueller
#
# Use, modification and distribution of the file is subject to the
# Boost Software License, Version 1.0.
# (See at http://www.boost.org/LICENSE_1_0.txt)


project boost/random
	: source-location ../src ;

SOURCES = random_device ;

lib boost_random
	: $(SOURCES).cpp 
	: <link>shared:<define>BOOST_RANDOM_DYN_LINK=1 ;