2 # shell script to extract subset of boost
4 # run from the root of the supercollider repository
6 # required argument: root of the boost source tree
10 bcp
--boost=${BOOST_ROOT} \
13 --scan server
/supernova
/*/*pp \
14 --scan editors
/sc-ide
/*/*pp \
15 --scan external_libraries
/boost_
*/*/*pp \
16 --scan external_libraries
/boost_
*/*/*/*pp \
17 --scan external_libraries
/boost_
*/*/*/*/*pp \
18 --scan external_libraries
/threadpool
/boost
/*/*pp \
19 --scan external_libraries
/threadpool
/boost
/*/*/*pp \
20 --scan testsuite
/supernova
/*pp \
21 external_libraries
/boost
23 # nor do we need tests and the bjam build files
24 rm -rf external_libraries
/boost
/Jamroot
25 rm -rf external_libraries
/boost
/libs
/*/build
26 rm -rf external_libraries
/boost
/libs
/*/test