jamfile.v2

来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 91 行

V2
91
字号
# copyright John Maddock 2008# 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.import testing ;C99_SOURCES = acoshasinhatanhcbrtcopysignerfcerfexpm1fmaxfminfpclassifyhypotlgammallroundlog1plroundnextafternexttowardroundtgammatrunc ;TR1_SOURCES = assoc_laguerreassoc_legendrebetacomp_ellint_1comp_ellint_2comp_ellint_3cyl_bessel_icyl_bessel_jcyl_bessel_kcyl_neumannellint_1ellint_2ellint_3expinthermitelaguerrelegendreriemann_zetasph_besselsph_legendresph_neumann;compile has_long_double_support.cpp ;lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_tr1f : ../src/tr1/$(TR1_SOURCES)f.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1 	     <dependency>has_long_double_support   ;lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_c99f : ../src/tr1/$(C99_SOURCES)f.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1   ;lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp    :          	     <link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1 	     <dependency>has_long_double_support   ;boost-install boost_math_c99 boost_math_c99f boost_math_c99l boost_math_tr1 boost_math_tr1f boost_math_tr1l ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?