annotate pidgin/pixmaps/protocols/22/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 8a7238fb7905
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15434
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
1 EXTRA_DIST = aim.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2 bonjour.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 gadu-gadu.png \
16985
e7d59fa4faaf Add a Google Talk icon from Vinicius Depizzol.
Richard Laager <rlaager@wiktel.com>
parents: 15453
diff changeset
4 google-talk.png \
15435
29e443e0613f I think this takes care of protocol icons. Note there are still places
Sean Egan <seanegan@gmail.com>
parents: 15434
diff changeset
5 novell.png \
15434
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 icq.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 irc.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
8 jabber.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 meanwhile.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
10 msn.png \
16407
f62023eddfc6 Add and use MySpaceIM icon uploaded by hbons (48x48 original and resized 22x22 and 16x16 versions).
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 15453
diff changeset
11 myspace.png \
15434
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
12 qq.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13 silc.png \
15435
29e443e0613f I think this takes care of protocol icons. Note there are still places
Sean Egan <seanegan@gmail.com>
parents: 15434
diff changeset
14 simple.png \
15434
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15 yahoo.png \
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16 zephyr.png
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
18 pidginprotocolpixdir = $(datadir)/pixmaps/pidgin/protocols/22
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
19
974e8112b27e Makefileize those icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
20 pidginprotocolpix_DATA = $(EXTRA_DIST)