This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Q: Right way to build deep library pkg?
- To: automake@gnu.org
- Subject: Q: Right way to build deep library pkg?
- From: Hans Petter Jansson <hpj@login1.styx.net>
- Date: Sat, 22 May 1999 22:11:06 -0500
Hi. I have a simple question about Automake usage.
I'm building a static/shared library, and as it's growing quite large, I'm
organizing the sources in subdirs of the srcdir.
What's the right way to make the library in srcdir, when the sources (and
compiled objects) reside in subdirs thereof? I.e.
src/strings/*.o
src/xml/*.o
...
Archived to:
src/libthings.a
--
Hans Petter Jansson