automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [suggestion] new target GTAGS.


From: Tom Tromey
Subject: Re: [suggestion] new target GTAGS.
Date: 21 Dec 2000 23:15:48 -0700

>>>>> ">" == Shigio Yamaguchi <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]