Correct spelling error
[supercollider.git] / external_libraries / extract_boost.sh
blob1bd6fc0110164b19325345f1237430bd4c4e3ee5
1 #!/bin/sh
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
8 BOOST_ROOT=$1
10 bcp --boost=${BOOST_ROOT} \
11 --scan common/*pp \
12 --scan lang/*/*pp \
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