On Sun, 18 May 2008 23:00:42 +0200 Thomas Trepl <[EMAIL PROTECTED]> wrote:
> Am Sonntag, 18. Mai 2008 17:10:03 schrieb David Jensen: > > ... > > You will probably want to learn autoconf and friends, sigh... > hmm, any suggestions one that one? I started to look around a bit > but i found only very basic samples or too sophisticated things or > outdated ones... Yes, it's a pain. As you said, a lot of examples are outdated. Actually, I started with the original BLFS hint. I'm attaching a template pulled from several of my projects. Much of it wont be needed, The rest is crap, except the parts I did not write. It should cover most Gtk+-2 apps. src/widgets/Makefile.am shows generation of g_closures from a list. src/single-instance/Makefile.am shows generation of dbus-glib bindings from xml. data/Makefile.am generates a .desktop file. You can ./autogen.sh, ./configure, and make maintainer-clean. I did not show internationalization. Maybe someone can clean it up to be useful. --- David Jensen
GtkTemplate.tar.bz2
Description: application/bzip
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
