Some (awful) toolbar images added.
authoralpar
Thu, 28 Jul 2005 19:09:39 +0000
changeset 16054fa618f7aa69
parent 1604 4d037c2b66aa
child 1606 dc4ea2010dee
Some (awful) toolbar images added.
The inline image data (guipixbufs.h) are automatically generated, but
I don't know how to use it.
gui/Makefile.am
gui/addlink.png
gui/addnode.png
gui/delete.png
gui/editlink.png
gui/editnode.png
gui/move.png
gui/newmap.png
     1.1 --- a/gui/Makefile.am	Thu Jul 28 19:05:45 2005 +0000
     1.2 +++ b/gui/Makefile.am	Thu Jul 28 19:09:39 2005 +0000
     1.3 @@ -1,6 +1,10 @@
     1.4  AM_CPPFLAGS = -I$(top_srcdir)
     1.5  LDADD = $(top_builddir)/lemon/libemon.la
     1.6  
     1.7 +
     1.8 +noinst_DATA = guipixbufs.h
     1.9 +CLEANFILES = $(noinst_DATA)
    1.10 +
    1.11  bin_PROGRAMS = gd
    1.12  
    1.13  gd_SOURCES = \
    1.14 @@ -25,3 +29,23 @@
    1.15  
    1.16  gd_CXXFLAGS = $(GTK_CFLAGS)
    1.17  gd_LDFLAGS = $(GTK_LIBS)
    1.18 +
    1.19 +IMAGES = addlink.png addnode.png delete.png \
    1.20 +	editlink.png editnode.png move.png newmap.png
    1.21 +
    1.22 +VARIABLES = \
    1.23 +	gui_icons_addlink $(srcdir)/addlink.png \
    1.24 +	gui_icons_addnode $(srcdir)/addnode.png \
    1.25 +	gui_icons_delete $(srcdir)/delete.png \
    1.26 +	gui_icons_editlink $(srcdir)/editlink.png \
    1.27 +	gui_icons_editnode $(srcdir)/editnode.png \
    1.28 +	gui_icons_move $(srcdir)/move.png \
    1.29 +	gui_icons_newmap $(srcdir)/newmap.png
    1.30 +
    1.31 +
    1.32 +guipixbufs.h: $(IMAGES)
    1.33 +	gdk-pixbuf-csource \
    1.34 +	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    1.35 +	( rm -f guipixbufs.h && false )
    1.36 +
    1.37 +EXTRA_DIST = $(IMAGES) guipixbufs.h
     2.1 Binary file gui/addlink.png has changed
     3.1 Binary file gui/addnode.png has changed
     4.1 Binary file gui/delete.png has changed
     5.1 Binary file gui/editlink.png has changed
     6.1 Binary file gui/editnode.png has changed
     7.1 Binary file gui/move.png has changed
     8.1 Binary file gui/newmap.png has changed