#!/bin/sh

# create ID file for the whole OOo tree. run it in build/xyz680-mABC

. ./*.Set.sh

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