>>>>> ">" == Shigio Yamaguchi <[EMAIL PROTECTED]> writes:
>> Yes, it does. The following command line makes tag files in
>> /var/obj instead of current directory.
>> % gtags /var/obj
Thanks.
>> But gtags must be invoked in the root of source directory.
Here is what I'm adding:
## Support `Global' tags.
GTAGS:
here=`cd $(top_builddir) && pwd` && cd $(top_srcdir) && gtags -i $$here
>> By the way, where does automake put tag files to?
It puts them in the build directory.
This might be the same as the source directory, if the user chose to
configure in the source tree.
Tom