Mercurial > geeqie.yaz
annotate src/icons/Makefile.am @ 216:a57b153e7fa4
Indentation and white lines minor fixes.
author | zas_ |
---|---|
date | Mon, 31 Mar 2008 07:29:03 +0000 |
parents | 91563e0e88f2 |
children | 6cb3c072be3f |
rev | line source |
---|---|
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
1 SUBDIRS = svg |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2 DIST_SUBDIRS = svg |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
3 |
9 | 4 ## GQview inline icons |
5 | |
6 ICONS_INLINE = \ | |
7 folder_closed.png \ | |
8 folder_locked.png \ | |
9 folder_open.png \ | |
10 folder_up.png \ | |
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
11 gqview_icon.png \ |
198 | 12 geeqie_logo.png \ |
9 | 13 scroller.png \ |
14 sheet_broken.png \ | |
41
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
15 icon_float.png \ |
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
16 icon_thumb.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
17 icon_book.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
18 icon_config.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
19 icon_tools.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
20 icon_view.png |
9 | 21 |
22 ICONS_INLINE_PAIRS = \ | |
23 folder_closed $(srcdir)/folder_closed.png \ | |
24 folder_locked $(srcdir)/folder_locked.png \ | |
25 folder_open $(srcdir)/folder_open.png \ | |
26 folder_up $(srcdir)/folder_up.png \ | |
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
27 gqview_icon $(srcdir)/gqview_icon.png \ |
198 | 28 geeqie_logo $(srcdir)/geeqie_logo.png \ |
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
29 icon_float $(srcdir)/icon_float.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
30 icon_thumb $(srcdir)/icon_thumb.png \ |
9 | 31 icon_scroller $(srcdir)/scroller.png \ |
32 icon_broken $(srcdir)/sheet_broken.png \ | |
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
33 icon_book $(srcdir)/icon_book.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
34 icon_config $(srcdir)/icon_config.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
35 icon_tools $(srcdir)/icon_tools.png \ |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
36 icon_view $(srcdir)/icon_view.png |
9 | 37 |
38 icons_inline.h: $(ICONS_INLINE) | |
39 gdk-pixbuf-csource --raw --extern --build-list $(ICONS_INLINE_PAIRS) > icons_inline.h | |
40 | |
41 noinst_DATA = icons_inline.h | |
42 CLEANFILES = $(noinst_DATA) | |
43 | |
44 ## end GQview specific icons | |
45 | |
46 | |
1 | 47 EXTRA_DIST = \ |
9 | 48 $(ICONS_INLINE) \ |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
49 marker.xpm |
1 | 50 |