]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/wave/samples/real_positions/build/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / wave / samples / real_positions / build / Jamfile.v2
1 # Boost.Wave: A Standard compliant C++ preprocessor library
2 #
3 # Boost Wave Library Sample Build Jamfile (real_positions)
4 #
5 # http://www.boost.org/
6 #
7 # Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the Boost
8 # Software License, Version 1.0. (See accompanying file
9 # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10
11 exe real_positions
12 : ../real_positions.cpp
13 ../instantiate_cpp_exprgrammar.cpp
14 ../instantiate_cpp_grammar.cpp
15 ../instantiate_cpp_literalgrs.cpp
16 ../instantiate_defined_grammar.cpp
17 ../instantiate_re2c_lexer.cpp
18 ../instantiate_re2c_lexer_str.cpp
19 /boost/wave//boost_wave
20 /boost/filesystem//boost_filesystem
21 /boost/system//boost_system
22 /boost/thread//boost_thread
23 /boost/date_time//boost_date_time
24 ;
25