annotate pidgin/pixmaps/status/11/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 989f5906ca17
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: 20759
diff changeset
1 SUBDIRS = rtl
19292
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 EXTRA_DIST = available.png \
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 away.png \
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 busy.png \
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 chat.png \
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 extended-away.png \
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
8 invisible.png \
20759
989f5906ca17 Hylke made a new win32 installer pixmap
Sean Egan <seanegan@gmail.com>
parents: 19473
diff changeset
9 log-in.png \
989f5906ca17 Hylke made a new win32 installer pixmap
Sean Egan <seanegan@gmail.com>
parents: 19473
diff changeset
10 log-out.png \
19292
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
11 offline.png \
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
12 person.png
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
14 pidginstatuspixdir = $(datadir)/pixmaps/pidgin/status/11
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16 pidginstatuspix_DATA = $(EXTRA_DIST)
36316f1db621 Adds a new icon size for tab status icons
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17