]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/bcp/test/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / bcp / test / Jamfile.v2
1 # (C) Copyright John Maddock 2006.
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5 path-constant boost-path : ../../.. ;
6
7 run
8 # sources
9 ../add_dependent_lib.cpp ../add_path.cpp ../bcp_imp.cpp ../copy_path.cpp ../file_types.cpp
10 ../fileview.cpp ../main.cpp ../path_operations.cpp ../scan_cvs_path.cpp
11 ../licence_info.cpp ../scan_licence.cpp ../output_licence_info.cpp
12 /boost/filesystem//boost_filesystem
13 /boost/regex//boost_regex
14 /boost/test//boost_prg_exec_monitor
15 : # args
16 --boost=$(boost-path) --list boost
17 : # input-files
18 : # requirements
19 release
20 : # target-name
21 bcp-test
22 : # default-build
23 release
24 ;
25