summaryrefslogtreecommitdiff
path: root/debian/header-deps
blob: 7c082c51f68c615322e314439ee8e9f5ee3992f0 (plain)
1
2
3
4
5
#!/bin/sh
for f in include/*; do
    cpp -H -Iinclude -DWIN_MOTIF "$f" 2>&1 >/dev/null \
	| sed -e "/usr/d; s@^ *@$f: @" | sort -u
done