]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/railsys/program/liba/jamfile.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / test / railsys / program / liba / jamfile.jam
1 # Copyright (c) 2003 Institute of Transport,
2 # Railway Construction and Operation,
3 # University of Hanover, Germany
4 # Copyright (c) 2006 Jürgen Hunold
5 #
6 # Distributed under the Boost Software License, Version 1.0.
7 # (See accompanying file LICENSE_1_0.txt or copy at
8 # http://www.boost.org/LICENSE_1_0.txt)
9
10 project liba ;
11
12 lib liba : test ../include/test_a.h ;
13
14 obj test : test_a.cpp : <optimization>off ;