summaryrefslogtreecommitdiffstats
path: root/iwyu/run_iwyu.sh
blob: 83d2c484c30d8ceca7b04853882494aeb6eab8ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

SCRIPT=$(readlink -f "$0")
SCRIPTDIR=$(dirname "$SCRIPT")
SOURCEDIR="$SCRIPTDIR/.."

PKG_NL3=$(pkg-config --cflags libnl-3.0)

cd "$SOURCEDIR"

make clean
make -k CC="iwyu" CFLAGS="-Xiwyu --no_comments -Xiwyu --no_fwd_decl -Xiwyu --mapping_file='$SCRIPTDIR/htop.imp' $PKG_NL3"

© 2014-2024 Faster IT GmbH | imprint | privacy policy