summaryrefslogtreecommitdiffstats
path: root/solenv/bin/create-ids
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/create-ids')
-rwxr-xr-xsolenv/bin/create-ids8
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/bin/create-ids b/solenv/bin/create-ids
new file mode 100755
index 000000000000..868d88526c76
--- /dev/null
+++ b/solenv/bin/create-ids
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# create ID file for the whole LibO tree. run it in toplevel dir
+
+. ./*.Set.sh
+
+dirs="*/$INPATH/inc */$INPATH/misc/build `ls -d */* | sed -e '/\(clone\/\|\/\(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