2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-16 01:22:17 +00:00
Files
math/performance/Jamfile.v2
John Maddock 43c4c236b7 Removed PDF docs: we'll put these somewhere else.
Fixed some license/copyright issues.

[SVN r40896]
2007-11-07 17:38:19 +00:00

28 lines
497 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 ;
install dist-bin
:
math_performance
:
<install-type>EXE
<location>./bin
:
release
;