2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 19:32:08 +00:00
Files
math/performance/Jamfile.v2
John Maddock f284acaf50 Merge changes from Trunk.
[SVN r47079]
2008-07-04 17:08:58 +00:00

33 lines
591 B
Plaintext

# Copyright 2006 John Maddock, Paul A. Bristow and Xiaogang Zhang.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt).
exe math_performance :
distributions.cpp
main.cpp
test_erf.cpp
test_gamma.cpp
test_ibeta.cpp
test_igamma.cpp
test_polynomial.cpp
test_reference.cpp
test_lanczos.cpp /boost/regex//boost_regex
:
<define>BOOST_ALL_NO_LIB
<link>static
;
install dist-bin
:
math_performance
:
<install-type>EXE
<location>./bin
:
release
;