First, I think the ctags/etags example in the docs are wrong, at least
in the more complex example that describes de-ANSI-fication. In both
the examples the input should be coming from a ._c file and the
resulting file should be a ._o file. Perhaps better, a combined example
that uses $U? And t
> "Rob" == Robert Collins <[EMAIL PROTECTED]> writes:
Rob> foo_SOURCES = src/foo.cc
Rob> foo_LDADD = libbar.la
Rob> into a Makefile.am, the foo_DEPENDENCIES target gets libbar.la
Rob> added - even though it's not included in the source. libbar.la is
Rob> present in /usr/lib or /usr/local/lib
Title: FREIGHTMART Mail Campaign
To be REMOVED from any future offers, simply CLICK HERE!
For more info, CLICK HERE!
Team FREIGHTMART
Title: FREIGHTMART Mail Campaign
To be REMOVED from any future offers, simply CLICK HERE!
For more info, CLICK HERE!
Team FREIGHTMART
> -Original Message-
> From: Alexandre Duret-Lutz [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 14, 2002 8:15 PM
> As a generalization of this and Tom's _NAME, what about:
>
> nobase_include_HEADERS = ...
> nobase_include_HEADERS_TRANSFORM = s,^foo/bar/delta/,,
>
> This would be s
>>> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes:
[...]
Harlan> However, I haven't found a way (in the docs) to tell
Harlan> automake-1.5 the name of this new configure.XX file.
Harlan> How does one do this?
You can't, I'm afraid. Do you need this?
--
Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes:
[...]
Robert> I fiddled around with various ideas before posting. A
Robert> different one was
Robert> nobase_include_HEADERS = ...
Robert> include_HEADERS_strip = foo/bar/delta
Robert> where foo/bar/delta is removed from the path.