Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / numeric / odeint / examples / quadmath / Jamfile.v2
1 # Copyright 2011 Mario Mulansky
2 # Copyright 2012 Karsten Ahnert
3 # Distributed under the Boost Software License, Version 1.0. (See
4 # accompanying file LICENSE_1_0.txt or copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6
7
8 project
9     : requirements 
10       <include>../../../..
11       <define>BOOST_ALL_NO_LIB=1
12     : 
13     ;
14     
15 lib quadmath : : <name>quadmath <link>shared ;
16
17 exe black_hole : black_hole.cpp quadmath : <cxxflags>-std=c++0x ;