This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libs in subdirs


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]