1# (C) Copyright John Maddock 2006. 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5path-constant boost-path : ../../.. ; 6 7run 8 # sources 9 ../add_dependent_lib.cpp ../add_path.cpp ../bcp_imp.cpp ../copy_path.cpp ../file_types.cpp 10 ../fileview.cpp ../main.cpp ../path_operations.cpp ../scan_cvs_path.cpp 11 ../licence_info.cpp ../scan_licence.cpp ../output_licence_info.cpp 12 /boost/filesystem//boost_filesystem 13 /boost/regex//boost_regex 14 /boost/test//boost_prg_exec_monitor 15 : # args 16 --boost=$(boost-path) --list boost 17 : # input-files 18 : # requirements 19 release 20 : # target-name 21 bcp-test 22 : # default-build 23 release 24 ; 25 26