]> Pileus Git - ~andy/gtk/commit
Use templates for glib-mkenums calls instead of complicated commandlines
authorMatthias Clasen <mclasen@redhat.com>
Mon, 26 Nov 2007 17:32:19 +0000 (17:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 26 Nov 2007 17:32:19 +0000 (17:32 +0000)
commit736f86b303eab2c8cec5a5817c5c07628b4704d5
tree5ed7bde92b521bc857f559ea9d9ca942883882e9
parentd5eb6847e58cd6276aa4cb68d31225c02f0c21ac
Use templates for glib-mkenums calls instead of complicated commandlines

2007-11-26  Matthias Clasen  <mclasen@redhat.com>

        Use templates for glib-mkenums calls instead of
        complicated commandlines in Makefiles.  (#429910)

        * gdk-pixbuf/Makefile.am:
        * gdk/Makefile.am:
        * gtk/Makefile.am:
        * perf/Makefile.am: Use templates for glib-mkenums

        * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
        * gdk/gdkenumtypes.[ch].template:
        * gtk/gtktypebuiltings.[ch].template:
        * perf/typebuiltins.[ch].template: The templates

svn path=/trunk/; revision=19053
13 files changed:
ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-enum-types.c.template [new file with mode: 0644]
gdk-pixbuf/gdk-pixbuf-enum-types.h.template [new file with mode: 0644]
gdk/Makefile.am
gdk/gdkenumtypes.c.template [new file with mode: 0644]
gdk/gdkenumtypes.h.template [new file with mode: 0644]
gtk/Makefile.am
gtk/gtktypebuiltins.c.template [new file with mode: 0644]
gtk/gtktypebuiltins.h.template [new file with mode: 0644]
perf/Makefile.am
perf/typebuiltins.c.template [new file with mode: 0644]
perf/typebuiltins.h.template [new file with mode: 0644]