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 10project liba ; 11 12lib liba : test ../include/test_a.h ; 13 14obj test : test_a.cpp : <optimization>off ; 15