This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Sending header files to etags
- From: Alan Gutierrez <ajglist at izzy dot net>
- To: automake at gnu dot org
- Date: Thu, 30 Jan 2003 18:51:17 -0600
- Subject: Sending header files to etags
- Reply-to: ajglist at izzy dot net
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