pidgin/pixmaps/icons/32/Makefile.am

Sun, 28 Oct 2007 04:46:01 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sun, 28 Oct 2007 04:46:01 +0000
branch
elb.make
changeset 21135
457ea0ec9bca
parent 16494
545d507bca83
permissions
-rw-r--r--

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.

EXTRA_DIST = pidgin.png 

pidginiconspixdir = $(datadir)/icons/hicolor/32x32/apps

pidginiconspix_DATA = $(EXTRA_DIST)

mercurial