Re: "Sublibraries" without libtool

2006-11-14 Thread Ralf Wildenhues
* Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 10:13:55PM CET: > > Well, I didn't mention it, but non-recursive make is one of things > I am trying to do here. Its speed indeed is just awesome, but it also > leads to huge mess: things like > foo_SOURCES += subdir/subdir/subdir/foo.c subdir/subdir/s

Re: "Sublibraries" without libtool

2006-11-13 Thread Ralf Wildenhues
Hello Yevgen, * Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 09:32:11PM CET: > > I am trying to figure out how to avoid using libtool when I don't need a > shared library. [...] > subdir1/ > libsubdir1.la > subsubdir1/ > libsubsubdir1.la > subsubdir2/ > libsubsubdir2.la Try using

Re: "Sublibraries" without libtool

2006-11-13 Thread Yevgen Muntyan
Ralf Wildenhues wrote: * Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 10:13:55PM CET: Well, I didn't mention it, but non-recursive make is one of things I am trying to do here. Its speed indeed is just awesome, but it also leads to huge mess: things like foo_SOURCES += subdir/subdir/subdir/f

Re: "Sublibraries" without libtool

2006-11-13 Thread Yevgen Muntyan
Ralf Wildenhues wrote: Hello Yevgen, * Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 09:32:11PM CET: I am trying to figure out how to avoid using libtool when I don't need a shared library. [...] subdir1/ libsubdir1.la subsubdir1/ libsubsubdir1.la subsubdir2/ libsubsubdir

"Sublibraries" without libtool

2006-11-13 Thread Yevgen Muntyan
Hello, I am trying to figure out how to avoid using libtool when I don't need a shared library. The current, "normal", setup is like this: I have a toplevel library which gets built into the executable, it gets built from libs from subdirs, and those subdirs in turn have subdirs with convenience l