This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: libs in subdirs
- To: Bryan VanDeVen <bryanv at arlut dot utexas dot edu>
- Subject: Re: libs in subdirs
- From: Tom Tromey <tromey at redhat dot com>
- Date: 23 Dec 2000 13:24:23 -0700
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org><mailto:automake-request@gnu.org?subject=unsubscribe>
- References: <0011211126090J.07838@evgsunflower> <20001122195610.A948@sim.no> <0011221327000K.07838@evgsunflower>
- Reply-To: tromey at redhat dot com
>>>>> "Bryan" == Bryan VanDeVen <bryanv@arlut.utexas.edu> writes:
>> It's called creating `convenience libraries'. Check the docs.
Bryan> So, if there is a way to do this without libtool, please point
Bryan> me in the direction of the relevant doc and I will be more than
Bryan> happy to read it.
There is a way to do it without libtool, but it is very ugly.
Basically it involves extracing the objects by hand and then telling
automake about them via _LIBADD/_LDADD.
The cvs automake can handle source files in subdirectories directly.
Tom