Dependency problem (guipixbufs.h) is solved. gui
authoralpar
Sat, 27 Aug 2005 09:32:34 +0000
branchgui
changeset 7676f4f2ae0e7d
parent 75 d5aadf09197b
child 77 ba023627ff1a
Dependency problem (guipixbufs.h) is solved.
Makefile.am
addlink.png
addnode.png
delete.png
editlink.png
editnode.png
icons/Makefile.am
icons/addlink.png
icons/addnode.png
icons/delete.png
icons/editlink.png
icons/editnode.png
icons/move.png
icons/newmap.png
main_win.cc
move.png
newmap.png
     1.1 --- a/Makefile.am	Sat Aug 27 09:15:59 2005 +0000
     1.2 +++ b/Makefile.am	Sat Aug 27 09:32:34 2005 +0000
     1.3 @@ -1,10 +1,9 @@
     1.4 +SUBDIRS = icons
     1.5 +
     1.6  AM_CPPFLAGS = -I$(top_srcdir)
     1.7  LDADD = $(top_builddir)/lemon/libemon.la
     1.8  
     1.9  
    1.10 -noinst_DATA = guipixbufs.h
    1.11 -CLEANFILES = $(noinst_DATA)
    1.12 -
    1.13  bin_PROGRAMS = glemon
    1.14  
    1.15  glemon_SOURCES = \
    1.16 @@ -27,27 +26,7 @@
    1.17  	new_map_win.cc \
    1.18  	new_map_win.h \
    1.19  	xymap.h \
    1.20 -	guipixbufs.h
    1.21 +	icons/guipixbufs.h
    1.22  
    1.23  glemon_CXXFLAGS = $(GTK_CFLAGS)
    1.24  glemon_LDFLAGS = $(GTK_LIBS)
    1.25 -
    1.26 -IMAGES = addlink.png addnode.png delete.png \
    1.27 -	editlink.png editnode.png move.png newmap.png
    1.28 -
    1.29 -VARIABLES = \
    1.30 -	gui_icons_addlink $(srcdir)/addlink.png \
    1.31 -	gui_icons_addnode $(srcdir)/addnode.png \
    1.32 -	gui_icons_delete $(srcdir)/delete.png \
    1.33 -	gui_icons_editlink $(srcdir)/editlink.png \
    1.34 -	gui_icons_editnode $(srcdir)/editnode.png \
    1.35 -	gui_icons_move $(srcdir)/move.png \
    1.36 -	gui_icons_newmap $(srcdir)/newmap.png
    1.37 -
    1.38 -
    1.39 -guipixbufs.h: $(IMAGES)
    1.40 -	gdk-pixbuf-csource \
    1.41 -	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    1.42 -	( rm -f guipixbufs.h && false )
    1.43 -
    1.44 -EXTRA_DIST = $(IMAGES) guipixbufs.h
     2.1 Binary file addlink.png has changed
     3.1 Binary file addnode.png has changed
     4.1 Binary file delete.png has changed
     5.1 Binary file editlink.png has changed
     6.1 Binary file editnode.png has changed
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/icons/Makefile.am	Sat Aug 27 09:32:34 2005 +0000
     7.3 @@ -0,0 +1,26 @@
     7.4 +AM_CPPFLAGS = -I$(top_srcdir)
     7.5 +LDADD = $(top_builddir)/lemon/libemon.la
     7.6 +
     7.7 +
     7.8 +noinst_DATA = guipixbufs.h
     7.9 +CLEANFILES = $(noinst_DATA)
    7.10 +
    7.11 +IMAGES = addlink.png addnode.png delete.png \
    7.12 +	editlink.png editnode.png move.png newmap.png
    7.13 +
    7.14 +VARIABLES = \
    7.15 +	gui_icons_addlink $(srcdir)/addlink.png \
    7.16 +	gui_icons_addnode $(srcdir)/addnode.png \
    7.17 +	gui_icons_delete $(srcdir)/delete.png \
    7.18 +	gui_icons_editlink $(srcdir)/editlink.png \
    7.19 +	gui_icons_editnode $(srcdir)/editnode.png \
    7.20 +	gui_icons_move $(srcdir)/move.png \
    7.21 +	gui_icons_newmap $(srcdir)/newmap.png
    7.22 +
    7.23 +
    7.24 +guipixbufs.h: $(IMAGES)
    7.25 +	gdk-pixbuf-csource \
    7.26 +	--raw --build-list $(VARIABLES) > guipixbufs.h ||  \
    7.27 +	( rm -f guipixbufs.h && false )
    7.28 +
    7.29 +EXTRA_DIST = $(IMAGES) guipixbufs.h
     8.1 Binary file icons/addlink.png has changed
     9.1 Binary file icons/addnode.png has changed
    10.1 Binary file icons/delete.png has changed
    11.1 Binary file icons/editlink.png has changed
    12.1 Binary file icons/editnode.png has changed
    13.1 Binary file icons/move.png has changed
    14.1 Binary file icons/newmap.png has changed
    15.1 --- a/main_win.cc	Sat Aug 27 09:15:59 2005 +0000
    15.2 +++ b/main_win.cc	Sat Aug 27 09:32:34 2005 +0000
    15.3 @@ -1,5 +1,5 @@
    15.4  #include "main_win.h"
    15.5 -#include "guipixbufs.h"
    15.6 +#include "icons/guipixbufs.h"
    15.7  
    15.8  MainWin::MainWin() :
    15.9    mapwin("Map Setup", mapstorage, gd_canvas),
    16.1 Binary file move.png has changed
    17.1 Binary file newmap.png has changed