annotate pidgin/pixmaps/status/16/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 6cfaee88c72b
children
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: 18783
diff changeset
1 SUBDIRS = rtl
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 EXTRA_DIST = available.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 away.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 busy.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 chat.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 extended-away.png \
16235
fde43bac6f23 more icon updates
Sean Egan <seanegan@gmail.com>
parents: 15721
diff changeset
8 invisible.png \
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 log-in.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
10 log-out.png \
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
11 offline.png \
15699
1229a0cd9126 docklet pending status
Sean Egan <seanegan@gmail.com>
parents: 15672
diff changeset
12 person.png
15397
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
14 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/16
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16 pidginstatuspix_DATA = $(EXTRA_DIST)
a8ee645e7fb4 A lot of status icon changes:
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17