]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/accumulators/example/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / accumulators / example / Jamfile.v2
1 # (C) Copyright 2004: Eric Niebler
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 exe example
6 :
7 main.cpp
8 :
9 <include>../../..
10 <include>$(BOOST_ROOT)
11 <library>/boost/serialization
12 <cxxflags>"-Wno-deprecated-declarations"
13 ;