$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] generating tag files for sources
From: Pascal Z. (pascal_at_[hidden])
Date: 2009-09-28 07:57:33
Has there been any work done about automatically generating tag files
for sources via ctags/cscope or similar tools ?
This can be very useful for intellisense functionality e.g. as provided
by vim's omnicompletion or emacs.
I tried to set up a Jamfile so that using "bjam tags" will generate tags
for all used source files, but I didn't manage it. I'm not that familiar
with boost.Build. How could such a jam rule look?
Thanks
Pascal