]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/signals/example/Jamfile
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / signals / example / Jamfile
1 # Boost.Signals Library
2
3 # Copyright Douglas Gregor 2001-2003. Use, modification and
4 # distribution is subject to the Boost Software License, Version
5 # 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 # http://www.boost.org/LICENSE_1_0.txt)
7
8 # For more information, see http://www.boost.org
9
10 project : requirements <library>../build//boost_signals ;
11
12 exe button_click : button_click.cpp ;
13
14 exe difference_connection : difference_connection.cpp ;
15
16 exe disconnect_all : disconnect_all.cpp ;
17
18 exe first_positive : first_positive.cpp ;
19
20 exe maximum : maximum.cpp ;
21
22 exe print_sum_product : print_sum_product.cpp ;
23
24 exe quotient_controlling : quotient_controlling.cpp ;
25
26 exe quotient_named : quotient_named.cpp ;
27
28 exe no_function : no_function.cpp ;