]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/wave/samples/custom_directives/build/Jamfile.v2
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / wave / samples / custom_directives / build / Jamfile.v2
CommitLineData
7c673cae
FG
1# Boost.Wave: A Standard compliant C++ preprocessor library
2#
3# Boost Wave Library Sample Build Jamfile (advanced_hooks)
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
11exe custom_directives
12 : ../custom_directives.cpp
13 /boost/wave//boost_wave
14 /boost/thread//boost_thread
15 /boost/date_time//boost_date_time
f67539c2 16 /boost/filesystem//boost_filesystem
7c673cae
FG
17 ;
18