#!/usr/bin/env bash
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# generate a bunch of dummy headers that wrap the crappy boost headers and
# suppress a myriad of warnings; requires GCC's #include_next extension
# To run this do: make cmd cmd="bin/gen-boost-headers"
set -euo pipefail
IFS=$'\n\t'
GENDIR=${SRCDIR}/external/boost/include
rm -rf ${GENDIR}
mkdir ${GENDIR}
# note: clucene contains a copy of half of boost, so ignore it too
# note: firebird contains a copy of half of boost, so ignore it too