summaryrefslogtreecommitdiff
path: root/solenv/bin/create-ids
blob: c0f24960c9838e46db70a8f7db3b6f2a18d4525c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# create ID file for the whole LibO tree. run it in toplevel dir

. ./Env.Host.sh

dirs="*/$INPATH/inc */$INPATH/misc/build `ls -d */* | sed -e '/\(\/\(common\|unxlng\|unxsol\|unxmac\|wntmsc\|Jamfile\|cscope\.\|tags\|ID\)\)\|^\(solver\|clone\)\//d'`"
mkid --lang-map=`dirname $0`/id-lang.map --include='C C++ asm perl java make' --statistics $dirs