[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sending header files to etags
From: |
Alan Gutierrez |
Subject: |
Sending header files to etags |
Date: |
Thu, 30 Jan 2003 18:51:17 -0600 |
User-agent: |
KMail/1.4.3 |
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 - address@hidden
http://khtml-win32.sourceforge.net/ - KHTML on Windows
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Sending header files to etags,
Alan Gutierrez <=