mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
# 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 ../ ;
|
|
|
|
SOURCES = random_device ;
|
|
|
|
lib boost_random
|
|
: $(SOURCES).cpp
|
|
: <link>shared:<define>BOOST_RANDOM_DYN_LINK=1 ;
|