gtk-update-icon-cahce, update-mime-database

2008-01-31 Thread Yevgen Muntyan
Hey, Sorry for a long post, hope you can read through it. I am seeking an advice on the following. Gtk applications which have icons should install them into /usr/share/icons/hicolor/somesize/somewhere and then call gtk-update-icon-cache (see below [*] for a sample of makefile rules). This shoul

Re: Installation dirs in code

2006-12-12 Thread Yevgen Muntyan
Brendon Costa wrote: Hi all, I was wondering if there exists a kindof standard way to obtain final installation directory information within code being compiled when using autotools? E.g. I have a program that requires a configuration file that will usually go into the ${prefix}/etc as giv

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/s

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 subsu

"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