Re: Separate Source Directories

2001-01-18 Thread Alexandre Oliva
On Jan 17, 2001, Eric Lemings <[EMAIL PROTECTED]> wrote: > How do you build a library using Libtool from source files that are > located in different directories? > I know Libtool doesn't currently support this feature but surely there > are some software distributions out there that already do

Re: Separate Source Directories

2001-01-17 Thread Brian May
> "Eric" == Eric Lemings <[EMAIL PROTECTED]> writes: Eric> I know Libtool doesn't currently support this feature but Eric> surely there are some software distributions out there that Eric> already do something like this? You can use convenience libraries... Current versions of l

Re: Separate Source Directories

2001-01-17 Thread Robert Boehne
Eric Lemings wrote: > > Dear Libtoolers, > > How do you build a library using Libtool from source files that are > located in different directories? I use VPATH to tell GNU make to look in other directories. For example, one of my Makefile.am's has this definition: VPATH = @srcdir@ : \ @top_s