This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Sending header files to etags


automake created a tags target that generates a TAG file using etags. It
does not pass headers. I've gone and done this:

bin_PROGRAMS = foo

foo_SOURCES = \
    src/foo/foo.hpp \
    src/foo/foo.cpp

automake correctly determines the foo.hpp dependency for building foo,
but doesn't feed foo.hpp to etags.

How do I get automake to feed headers to etags?

Thank you.

Alan Gutierrez - ajglist@izzy.net
http://khtml-win32.sourceforge.net/ - KHTML on Windows




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]