]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/thread/example/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / thread / example / Jamfile.v2
1 # Copyright (C) 2001-2003
2 # William E. Kempf
3 #
4 # Distributed under the Boost Software License, Version 1.0. (See accompanying
5 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7 project boost/thread/example
8 : requirements <library>../build//boost_thread <threading>multi
9 ;
10
11
12 exe monitor : monitor.cpp ;
13 exe starvephil : starvephil.cpp ;
14 exe tennis : tennis.cpp ;
15 exe condition : condition.cpp ;
16 exe mutex : mutex.cpp ;
17 exe once : once.cpp ;
18 exe recursive_mutex : recursive_mutex.cpp ;
19 exe thread : thread.cpp ;
20 exe thread_group : thread_group.cpp ;
21 exe tss : tss.cpp ;
22 exe xtime : xtime.cpp ;
23