annotate pidgin/pixmaps/Makefile.am @ 21036:97f70e18c610

Remove the Makefile.am for a directory which actually installs files, pidgin/pixmaps/animations/16. This uses an automake nobase_ rule, which is apparently "new", but I think has been around since at least 1.6. This might make people scream. It will also certainly require Makefile.mingw changes, but hopefully the pixmap DATA rule can be used to minimize the pain.
author Ethan Blanton <elb@pidgin.im>
date Sun, 28 Oct 2007 15:06:33 +0000
parents 50ec72d78902
children 54c33a552eb6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21036
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
1 pidginpixmapdir = $(datadir)/pixmaps/pidgin
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
2
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
3 SUBDIRS = buddy_icons/qq dialogs/16 dialogs/64 emblems/16 \
21033
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
4 emotes/default/24 emotes/none \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
5 icons/16 icons/22 icons/24 icons/32 icons/48 \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
6 protocols/16 protocols/22 protocols/48 \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
7 status/11 status/16 status/22 status/32 status/48 \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
8 toolbar/16 toolbar/22 tray/16 tray/22 tray/32 tray/48
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
9
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
10 MAKEFILE_MINGW = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
11 animations/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
12 buddy_icons/qq/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
13 dialogs/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
14 dialogs/64/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
15 icons/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
16 icons/24/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
17 icons/32/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
18 icons/48/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
19 emotes/default/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
20 emotes/default/24/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
21 emotes/none/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
22 emblems/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
23 protocols/22/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
24 protocols/48/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
25 status/11/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
26 status/11/rtl/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
27 status/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
28 status/16/rtl/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
29 status/22/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
30 status/22/rtl/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
31 status/32/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
32 status/32/rtl/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
33 status/48/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
34 status/48/rtl/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
35 toolbar/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
36 toolbar/22/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
37 tray/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
38 tray/22/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
39 tray/32/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
40 tray/48/Makefile.mingw
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
41
21036
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
42 ANIMATIONS_16 = \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
43 animations/16/connect0.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
44 animations/16/connect1.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
45 animations/16/connect2.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
46 animations/16/connect3.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
47 animations/16/connect4.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
48 animations/16/connect5.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
49 animations/16/connect6.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
50 animations/16/connect7.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
51 animations/16/connect8.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
52 animations/16/typing0.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
53 animations/16/typing1.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
54 animations/16/typing2.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
55 animations/16/typing3.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
56 animations/16/typing4.png \
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
57 animations/16/typing5.png
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
58
21033
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
59 DIALOGS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
60 dialogs/16/scalable/error.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
61 dialogs/16/scalable/info.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
62 dialogs/16/scalable/mail.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
63
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
64 DIALOGS_64_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
65 dialogs/64/scalable/auth.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
66 dialogs/64/scalable/cool.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
67 dialogs/64/scalable/dialog.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
68 dialogs/64/scalable/error.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
69 dialogs/64/scalable/info.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
70 dialogs/64/scalable/question.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
71 dialogs/64/scalable/warning.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
72
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
73 EMBLEMS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
74 emblems/16/scalable/aol-client.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
75 emblems/16/scalable/blocked.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
76 emblems/16/scalable/bot.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
77 emblems/16/scalable/external.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
78 emblems/16/scalable/female.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
79 emblems/16/scalable/free-for-chat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
80 emblems/16/scalable/game.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
81 emblems/16/scalable/male.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
82 emblems/16/scalable/mobile.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
83 emblems/16/scalable/music.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
84 emblems/16/scalable/not-authorized.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
85 emblems/16/scalable/qq-member.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
86 emblems/16/scalable/secure.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
87 emblems/16/scalable/unavailable.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
88 emblems/16/scalable/video.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
89 emblems/16/scalable/voice.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
90
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
91 EMOTES_DEFAULT_24_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
92 emotes/default/24/scalable/act-up.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
93 emotes/default/24/scalable/airplane.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
94 emotes/default/24/scalable/alien.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
95 emotes/default/24/scalable/angel.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
96 emotes/default/24/scalable/angry.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
97 emotes/default/24/scalable/arrogant.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
98 emotes/default/24/scalable/at-wits-end.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
99 emotes/default/24/scalable/bad.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
100 emotes/default/24/scalable/bashful.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
101 emotes/default/24/scalable/beat-up.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
102 emotes/default/24/scalable/beauty.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
103 emotes/default/24/scalable/beer.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
104 emotes/default/24/scalable/blowkiss.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
105 emotes/default/24/scalable/bomb.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
106 emotes/default/24/scalable/bowl.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
107 emotes/default/24/scalable/boy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
108 emotes/default/24/scalable/brb.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
109 emotes/default/24/scalable/bulgy-eyes.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
110 emotes/default/24/scalable/bye.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
111 emotes/default/24/scalable/cake.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
112 emotes/default/24/scalable/call-me.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
113 emotes/default/24/scalable/camera.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
114 emotes/default/24/scalable/can.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
115 emotes/default/24/scalable/car.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
116 emotes/default/24/scalable/cat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
117 emotes/default/24/scalable/chicken.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
118 emotes/default/24/scalable/clap.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
119 emotes/default/24/scalable/clock.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
120 emotes/default/24/scalable/cloudy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
121 emotes/default/24/scalable/clover.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
122 emotes/default/24/scalable/clown.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
123 emotes/default/24/scalable/coffee.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
124 emotes/default/24/scalable/coins.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
125 emotes/default/24/scalable/computer.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
126 emotes/default/24/scalable/confused.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
127 emotes/default/24/scalable/console.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
128 emotes/default/24/scalable/cowboy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
129 emotes/default/24/scalable/cow.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
130 emotes/default/24/scalable/crying.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
131 emotes/default/24/scalable/curl-lip.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
132 emotes/default/24/scalable/curse.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
133 emotes/default/24/scalable/cute.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
134 emotes/default/24/scalable/cyclops.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
135 emotes/default/24/scalable/dance.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
136 emotes/default/24/scalable/dazed.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
137 emotes/default/24/scalable/desire.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
138 emotes/default/24/scalable/devil.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
139 emotes/default/24/scalable/disapointed.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
140 emotes/default/24/scalable/disdain.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
141 emotes/default/24/scalable/doctor.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
142 emotes/default/24/scalable/dog.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
143 emotes/default/24/scalable/doh.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
144 emotes/default/24/scalable/dont-know.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
145 emotes/default/24/scalable/drink.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
146 emotes/default/24/scalable/drool.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
147 emotes/default/24/scalable/eat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
148 emotes/default/24/scalable/embarrassed.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
149 emotes/default/24/scalable/excruciating.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
150 emotes/default/24/scalable/eyeroll.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
151 emotes/default/24/scalable/female-fighter.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
152 emotes/default/24/scalable/film.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
153 emotes/default/24/scalable/fingers-crossed.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
154 emotes/default/24/scalable/flag.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
155 emotes/default/24/scalable/foot-in-mouth.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
156 emotes/default/24/scalable/freaked-out.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
157 emotes/default/24/scalable/ghost.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
158 emotes/default/24/scalable/giggle.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
159 emotes/default/24/scalable/girl.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
160 emotes/default/24/scalable/glasses-cool.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
161 emotes/default/24/scalable/glasses-nerdy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
162 emotes/default/24/scalable/goat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
163 emotes/default/24/scalable/go-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
164 emotes/default/24/scalable/good.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
165 emotes/default/24/scalable/hammer.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
166 emotes/default/24/scalable/handcuffs.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
167 emotes/default/24/scalable/handshake.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
168 emotes/default/24/scalable/highfive.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
169 emotes/default/24/scalable/hug-left.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
170 emotes/default/24/scalable/hug-right.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
171 emotes/default/24/scalable/hypnotized.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
172 emotes/default/24/scalable/in-love.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
173 emotes/default/24/scalable/island.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
174 emotes/default/24/scalable/jump.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
175 emotes/default/24/scalable/kissed.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
176 emotes/default/24/scalable/kissing.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
177 emotes/default/24/scalable/kiss.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
178 emotes/default/24/scalable/knife.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
179 emotes/default/24/scalable/lamp.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
180 emotes/default/24/scalable/lashes.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
181 emotes/default/24/scalable/laugh.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
182 emotes/default/24/scalable/liquor.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
183 emotes/default/24/scalable/loser.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
184 emotes/default/24/scalable/love-over.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
185 emotes/default/24/scalable/love.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
186 emotes/default/24/scalable/lying.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
187 emotes/default/24/scalable/madtongue.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
188 emotes/default/24/scalable/mail.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
189 emotes/default/24/scalable/male-fighter1.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
190 emotes/default/24/scalable/male-fighter2.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
191 emotes/default/24/scalable/mean.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
192 emotes/default/24/scalable/meeting.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
193 emotes/default/24/scalable/messed.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
194 emotes/default/24/scalable/mobile.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
195 emotes/default/24/scalable/mohawk.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
196 emotes/default/24/scalable/moneymouth.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
197 emotes/default/24/scalable/monkey.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
198 emotes/default/24/scalable/moon.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
199 emotes/default/24/scalable/msn-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
200 emotes/default/24/scalable/msn-busy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
201 emotes/default/24/scalable/msn_online.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
202 emotes/default/24/scalable/msn.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
203 emotes/default/24/scalable/musical-note.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
204 emotes/default/24/scalable/music.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
205 emotes/default/24/scalable/nailbiting.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
206 emotes/default/24/scalable/neutral.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
207 emotes/default/24/scalable/on-the-phone.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
208 emotes/default/24/scalable/party.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
209 emotes/default/24/scalable/peace.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
210 emotes/default/24/scalable/phone.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
211 emotes/default/24/scalable/pig.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
212 emotes/default/24/scalable/pill.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
213 emotes/default/24/scalable/pirate.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
214 emotes/default/24/scalable/pissed-off.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
215 emotes/default/24/scalable/pizza.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
216 emotes/default/24/scalable/plate.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
217 emotes/default/24/scalable/poop.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
218 emotes/default/24/scalable/pray.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
219 emotes/default/24/scalable/present.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
220 emotes/default/24/scalable/qq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
221 emotes/default/24/scalable/question.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
222 emotes/default/24/scalable/quiet.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
223 emotes/default/24/scalable/rainbow.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
224 emotes/default/24/scalable/rain.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
225 emotes/default/24/scalable/rose-dead.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
226 emotes/default/24/scalable/rose.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
227 emotes/default/24/scalable/rotfl.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
228 emotes/default/24/scalable/sad.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
229 emotes/default/24/scalable/sarcastic.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
230 emotes/default/24/scalable/search.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
231 emotes/default/24/scalable/secret.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
232 emotes/default/24/scalable/shame.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
233 emotes/default/24/scalable/sheep.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
234 emotes/default/24/scalable/shock.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
235 emotes/default/24/scalable/shout.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
236 emotes/default/24/scalable/shut-mouth.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
237 emotes/default/24/scalable/sick.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
238 emotes/default/24/scalable/sidefrown.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
239 emotes/default/24/scalable/sigarette.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
240 emotes/default/24/scalable/silly.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
241 emotes/default/24/scalable/sinister.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
242 emotes/default/24/scalable/skeleton.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
243 emotes/default/24/scalable/skywalker.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
244 emotes/default/24/scalable/sleepy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
245 emotes/default/24/scalable/smile-big.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
246 emotes/default/24/scalable/smile.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
247 emotes/default/24/scalable/smirk.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
248 emotes/default/24/scalable/snail.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
249 emotes/default/24/scalable/snicker.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
250 emotes/default/24/scalable/snowman.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
251 emotes/default/24/scalable/soccerball.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
252 emotes/default/24/scalable/soldier.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
253 emotes/default/24/scalable/star.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
254 emotes/default/24/scalable/starving.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
255 emotes/default/24/scalable/stop.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
256 emotes/default/24/scalable/struggle.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
257 emotes/default/24/scalable/sun.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
258 emotes/default/24/scalable/sweat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
259 emotes/default/24/scalable/talktohand.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
260 emotes/default/24/scalable/teeth.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
261 emotes/default/24/scalable/terror.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
262 emotes/default/24/scalable/thinking.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
263 emotes/default/24/scalable/thunder.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
264 emotes/default/24/scalable/time-out.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
265 emotes/default/24/scalable/tongue.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
266 emotes/default/24/scalable/tremble.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
267 emotes/default/24/scalable/turtle.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
268 emotes/default/24/scalable/tv.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
269 emotes/default/24/scalable/umbrella.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
270 emotes/default/24/scalable/vampire.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
271 emotes/default/24/scalable/victory.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
272 emotes/default/24/scalable/waiting.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
273 emotes/default/24/scalable/watermelon.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
274 emotes/default/24/scalable/waving.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
275 emotes/default/24/scalable/weep.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
276 emotes/default/24/scalable/wilt.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
277 emotes/default/24/scalable/wink.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
278 emotes/default/24/scalable/worship.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
279 emotes/default/24/scalable/yawn.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
280 emotes/default/24/scalable/yin-yang.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
281
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
282 PROTOCOLS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
283 protocols/16/scalable/aim.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
284 protocols/16/scalable/bonjour.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
285 protocols/16/scalable/gadu-gadu.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
286 protocols/16/scalable/novell.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
287 protocols/16/scalable/icq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
288 protocols/16/scalable/irc.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
289 protocols/16/scalable/jabber.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
290 protocols/16/scalable/meanwhile.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
291 protocols/16/scalable/msn.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
292 protocols/16/scalable/qq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
293 protocols/16/scalable/silc.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
294 protocols/16/scalable/simple.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
295 protocols/16/scalable/yahoo.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
296 protocols/16/scalable/zephyr.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
297
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
298 ICONS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
299 icons/16/scalable/pidgin.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
300
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
301 ICONS_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
302 icons/22/scalable/pidgin.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
303
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
304 ICONS_24_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
305 icons/24/scalable/pidgin.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
306
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
307 ICONS_32_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
308 icons/32/scalable/pidgin.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
309
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
310 ICONS_48_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
311 icons/48/scalable/pidgin.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
312
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
313 PROTOCOLS_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
314 protocols/22/scalable/aim.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
315 protocols/22/scalable/bonjour.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
316 protocols/22/scalable/gadu-gadu.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
317 protocols/22/scalable/novell.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
318 protocols/22/scalable/icq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
319 protocols/22/scalable/irc.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
320 protocols/22/scalable/jabber.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
321 protocols/22/scalable/meanwhile.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
322 protocols/22/scalable/msn.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
323 protocols/22/scalable/qq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
324 protocols/22/scalable/silc.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
325 protocols/22/scalable/simple.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
326 protocols/22/scalable/yahoo.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
327 protocols/22/scalable/zephyr.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
328
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
329 PROTOCOLS_48_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
330 protocols/48/scalable/aim.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
331 protocols/48/scalable/bonjour.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
332 protocols/48/scalable/gadu-gadu.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
333 protocols/48/scalable/google-talk.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
334 protocols/48/scalable/novell.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
335 protocols/48/scalable/icq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
336 protocols/48/scalable/irc.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
337 protocols/48/scalable/jabber.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
338 protocols/48/scalable/meanwhile.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
339 protocols/48/scalable/msn.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
340 protocols/48/scalable/qq.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
341 protocols/48/scalable/silc.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
342 protocols/48/scalable/simple.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
343 protocols/48/scalable/yahoo.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
344 protocols/48/scalable/zephyr.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
345
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
346 STATUS_11_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
347 status/11/scalable/available.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
348 status/11/scalable/away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
349 status/11/scalable/busy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
350 status/11/scalable/chat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
351 status/11/scalable/extended-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
352 status/11/scalable/invisible.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
353 status/11/scalable/offline.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
354 status/11/scalable/person.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
355
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
356 STATUS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
357 status/16/scalable/available.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
358 status/16/scalable/away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
359 status/16/scalable/busy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
360 status/16/scalable/chat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
361 status/16/scalable/extended-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
362 status/16/scalable/log-in.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
363 status/16/scalable/log-out.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
364 status/16/scalable/message-pending.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
365 status/16/scalable/offline.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
366 status/16/scalable/person.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
367
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
368 STATUS_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
369 status/22/scalable/available.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
370 status/22/scalable/away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
371 status/22/scalable/busy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
372 status/22/scalable/chat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
373 status/22/scalable/extended-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
374 status/22/scalable/log-in.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
375 status/22/scalable/log-out.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
376 status/22/scalable/offline.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
377 status/22/scalable/person.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
378
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
379 STATUS_32_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
380 status/32/scalable/available.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
381 status/32/scalable/away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
382 status/32/scalable/busy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
383 status/32/scalable/chat.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
384 status/32/scalable/extended-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
385 status/32/scalable/log-in.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
386 status/32/scalable/log-out.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
387 status/32/scalable/offline.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
388 status/32/scalable/person.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
389
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
390 TOOLBAR_11 = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
391 toolbar/11/message-new.png
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
392
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
393 TOOLBAR_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
394 toolbar/16/scalable/change-bgcolor.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
395 toolbar/16/scalable/change-fgcolor.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
396 toolbar/16/scalable/emote-select.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
397 toolbar/16/scalable/font-size-down.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
398 toolbar/16/scalable/font-size-up.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
399
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
400 TOOLBAR_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
401 toolbar/22/scalable/select-avatar.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
402
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
403 TRAY_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
404 tray/16/scalable/tray-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
405 tray/16/scalable/tray-busy.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
406 tray/16/scalable/tray-connecting.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
407 tray/16/scalable/tray-extended-away.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
408 tray/16/scalable/tray-invisible.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
409 tray/16/scalable/tray-message.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
410 tray/16/scalable/tray-offline.svg \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
411 tray/16/scalable/tray-online.svg
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
412
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
413 TRAY_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
414 tray/22/scalable/tray-invisible.svg
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
415
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
416 EXTRA_DIST = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
417 edit.png \
19503
2f0960548c1d Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18822
diff changeset
418 info.png \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
419 logo.png \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
420 pause.png \
16213
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
421 arrow-down.xpm \
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
422 arrow-up.xpm \
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
423 arrow-right.xpm \
16221
3b9b9a4ce20a Fix a typo that broke make dist
Mark Doliner <mark@kingant.net>
parents: 16213
diff changeset
424 arrow-left.xpm \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
425 Makefile.mingw \
21033
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
426 pidgin.ico \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
427 $(MAKEFILE_MINGW) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
428 $(DIALOGS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
429 $(DIALOGS_64_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
430 $(ICONS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
431 $(ICONS_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
432 $(ICONS_24_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
433 $(ICONS_32_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
434 $(ICONS_48_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
435 $(EMBLEMS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
436 $(EMOTES_DEFAULT_24_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
437 $(PROTOCOLS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
438 $(PROTOCOLS_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
439 $(PROTOCOLS_48_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
440 $(STATUS_11_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
441 $(STATUS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
442 $(STATUS_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
443 $(STATUS_32_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
444 $(TOOLBAR_11) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
445 $(TOOLBAR_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
446 $(TOOLBAR_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
447 $(TRAY_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
448 $(TRAY_22_SCALABLE)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
449
15870
99b965aaf9bf Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents: 15866
diff changeset
450 pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons
19503
2f0960548c1d Make the gtkcert stuff compile on GTK+ older than 2.8
Daniel Atallah <daniel.atallah@gmail.com>
parents: 18822
diff changeset
451 pidginbuttonpix_DATA = edit.png pause.png info.png
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
452
15870
99b965aaf9bf Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents: 15866
diff changeset
453 pidgindistpixdir = $(datadir)/pixmaps/pidgin
16242
76011f11eda9 Fixes ticket #211
Sean Egan <seanegan@gmail.com>
parents: 16221
diff changeset
454 pidgindistpix_DATA = logo.png arrow-down.xpm arrow-left.xpm arrow-right.xpm arrow-up.xpm
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
455
21036
97f70e18c610 Remove the Makefile.am for a directory which actually installs files,
Ethan Blanton <elb@pidgin.im>
parents: 21035
diff changeset
456 nobase_dist_pidginpixmap_DATA = $(ANIMATIONS_16)