annotate pidgin/pixmaps/Makefile.am @ 21033:9347a942b7cd

This is the first step toward rationalizing our Makefiles to reduce the number of directories we have to traverse. This commit removes all Makefiles under pidgin/pixmaps which don't actually do anything -- if it contained nothing but SUBDIRS and/or EXTRA_DIST, it's gone now. This almost certainly breaks Windows builds. I believe they can be (mostly?) fixed by simply removing intermediate Makefile.mingws (corresponding to removed Makefile.ams; both from their locations and from pidgin/pixmaps/Makefile.am), but as I can't test it, I didn't mess with them. Note that even this simple reduction cut out 31 directories from the build process. Similar changes can probably be made in other places in the tree, above pidgin/pixmaps/. Next step: directories which install files, but have no rules.
author Ethan Blanton <elb@pidgin.im>
date Sun, 28 Oct 2007 04:46:01 +0000
parents 2f0960548c1d
children 50ec72d78902
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21033
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
1 SUBDIRS = animations/16 buddy_icons/qq dialogs/16 dialogs/64 emblems/16 \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
2 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
3 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
4 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
5 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
6 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
7
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
8 MAKEFILE_MINGW = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
9 animations/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
10 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
11 buddy_icons/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/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/16/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
15 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
16 icons/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/16/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/24/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
19 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
20 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
21 emotes/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
22 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
23 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
24 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
25 emblems/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
26 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
27 protocols/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
28 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
29 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
30 status/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/11/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/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
33 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
34 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
35 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
36 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
37 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
38 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
39 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
40 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
41 toolbar/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
42 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
43 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
44 tray/Makefile.mingw \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
45 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
46 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
47 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
48 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
49
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
50 DIALOGS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
51 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
52 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
53 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
54
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
55 DIALOGS_64_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
56 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
57 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
58 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
59 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
60 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
61 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
62 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
63
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
64 EMBLEMS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
65 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
66 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
67 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
68 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
69 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
70 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
71 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
72 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
73 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
74 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
75 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
76 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
77 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
78 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
79 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
80 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
81
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
82 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
83 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
84 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
85 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
86 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
87 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
88 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
89 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
90 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
91 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
92 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
93 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
94 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
95 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
96 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
97 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
98 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
99 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
100 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
101 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
102 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
103 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
104 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
105 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
106 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
107 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
108 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
109 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
110 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
111 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
112 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
113 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
114 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
115 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
116 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
117 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
118 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
119 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
120 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
121 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
122 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
123 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
124 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
125 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
126 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
127 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
128 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
129 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
130 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
131 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
132 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
133 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
134 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
135 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
136 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
137 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
138 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
139 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
140 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
141 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
142 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
143 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
144 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
145 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
146 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
147 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
148 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
149 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
150 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
151 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
152 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
153 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
154 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
155 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
156 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
157 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
158 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
159 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
160 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
161 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
162 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
163 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
164 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
165 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
166 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
167 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
168 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
169 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
170 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
171 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
172 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
173 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
174 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
175 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
176 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
177 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
178 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
179 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
180 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
181 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
182 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
183 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
184 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
185 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
186 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
187 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
188 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
189 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
190 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
191 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
192 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
193 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
194 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
195 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
196 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
197 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
198 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
199 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
200 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
201 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
202 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
203 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
204 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
205 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
206 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
207 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
208 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
209 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
210 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
211 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
212 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
213 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
214 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
215 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
216 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
217 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
218 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
219 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
220 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
221 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
222 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
223 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
224 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
225 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
226 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
227 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
228 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
229 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
230 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
231 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
232 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
233 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
234 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
235 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
236 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
237 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
238 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
239 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
240 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
241 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
242 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
243 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
244 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
245 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
246 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
247 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
248 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
249 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
250 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
251 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
252 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
253 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
254 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
255 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
256 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
257 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
258 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
259 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
260 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
261 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
262 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
263 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
264 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
265 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
266 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
267 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
268 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
269 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
270 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
271 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
272
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
273 PROTOCOLS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
274 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
275 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
276 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
277 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
278 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
279 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
280 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
281 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
282 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
283 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
284 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
285 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
286 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
287 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
288
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
289 ICONS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
290 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
291
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
292 ICONS_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
293 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
294
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
295 ICONS_24_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
296 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
297
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
298 ICONS_32_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
299 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
300
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
301 ICONS_48_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
302 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
303
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
304 PROTOCOLS_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
305 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
306 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
307 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
308 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
309 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
310 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
311 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
312 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
313 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
314 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
315 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
316 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
317 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
318 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
319
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
320 PROTOCOLS_48_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
321 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
322 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
323 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
324 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
325 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
326 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
327 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
328 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
329 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
330 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
331 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
332 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
333 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
334 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
335 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
336
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
337 STATUS_11_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
338 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
339 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
340 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
341 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
342 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
343 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
344 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
345 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
346
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
347 STATUS_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
348 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
349 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
350 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
351 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
352 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
353 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
354 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
355 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
356 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
357 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
358
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
359 STATUS_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
360 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
361 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
362 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
363 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
364 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
365 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
366 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
367 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
368 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
369
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
370 STATUS_32_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
371 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
372 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
373 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
374 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
375 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
376 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
377 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
378 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
379 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
380
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
381 TOOLBAR_11 = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
382 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
383
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
384 TOOLBAR_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
385 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
386 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
387 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
388 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
389 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
390
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
391 TOOLBAR_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
392 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
393
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
394 TRAY_16_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
395 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
396 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
397 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
398 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
399 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
400 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
401 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
402 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
403
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
404 TRAY_22_SCALABLE = \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
405 tray/22/scalable/tray-invisible.svg
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
406
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
407 EXTRA_DIST = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
408 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
409 info.png \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
410 logo.png \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
411 pause.png \
16213
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
412 arrow-down.xpm \
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
413 arrow-up.xpm \
37a664cf7f2d Some icon improvements from hbons
Sean Egan <seanegan@gmail.com>
parents: 15999
diff changeset
414 arrow-right.xpm \
16221
3b9b9a4ce20a Fix a typo that broke make dist
Mark Doliner <mark@kingant.net>
parents: 16213
diff changeset
415 arrow-left.xpm \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
416 Makefile.mingw \
21033
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
417 pidgin.ico \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
418 $(MAKEFILE_MINGW) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
419 $(DIALOGS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
420 $(DIALOGS_64_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
421 $(ICONS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
422 $(ICONS_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
423 $(ICONS_24_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
424 $(ICONS_32_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
425 $(ICONS_48_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
426 $(EMBLEMS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
427 $(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
428 $(PROTOCOLS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
429 $(PROTOCOLS_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
430 $(PROTOCOLS_48_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
431 $(STATUS_11_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
432 $(STATUS_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
433 $(STATUS_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
434 $(STATUS_32_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
435 $(TOOLBAR_11) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
436 $(TOOLBAR_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
437 $(TOOLBAR_22_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
438 $(TRAY_16_SCALABLE) \
9347a942b7cd This is the first step toward rationalizing our Makefiles to reduce
Ethan Blanton <elb@pidgin.im>
parents: 19503
diff changeset
439 $(TRAY_22_SCALABLE)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
440
15870
99b965aaf9bf Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents: 15866
diff changeset
441 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
442 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
443
15870
99b965aaf9bf Install pixmaps to the right directories and make them load properly.
Richard Laager <rlaager@wiktel.com>
parents: 15866
diff changeset
444 pidgindistpixdir = $(datadir)/pixmaps/pidgin
16242
76011f11eda9 Fixes ticket #211
Sean Egan <seanegan@gmail.com>
parents: 16221
diff changeset
445 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
446