Mostly similar library generation

2002-04-14 Thread Harlan Stenn
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

Re: .la files from outside the current project

2002-04-14 Thread Tom Tromey
> "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

An Invitation from Lisa@freightmart.com

2002-04-14 Thread lisa
Title: FREIGHTMART Mail Campaign To be REMOVED from any future offers, simply CLICK HERE! For more info, CLICK HERE! Team FREIGHTMART

An Invitation from Lisa@freightmart.com

2002-04-14 Thread lisa
Title: FREIGHTMART Mail Campaign To be REMOVED from any future offers, simply CLICK HERE! For more info, CLICK HERE! Team FREIGHTMART

RE: nobase_ room for improvement

2002-04-14 Thread Robert Collins
> -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

Re: renaming configure.{in,ac}?

2002-04-14 Thread Alexandre Duret-Lutz
>>> "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

Re: nobase_ room for improvement

2002-04-14 Thread 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.