view pidgin/pixmaps/arrow-right.xpm @ 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 37a664cf7f2d
children
line wrap: on
line source

/* XPM */
static char * arrow_right_xpm[] = {
"16 13 30 1",
" 	c None",
".	c #5C3566",
"+	c #613A6A",
"@	c #BC9FBB",
"#	c #623B6B",
"$	c #D5BDD2",
"%	c #C0A5BF",
"&	c #623C6C",
"*	c #D4BCD1",
"=	c #C0A5C0",
"-	c #D3BBD1",
";	c #D5BED3",
">	c #C2A6C1",
",	c #623C6B",
"'	c #C3A2C0",
")	c #C3A1BF",
"!	c #C2A1BF",
"~	c #C19FBE",
"{	c #C2A0BE",
"]	c #D2B9CF",
"^	c #A787A8",
"/	c #5E3667",
"(	c #D3BBD0",
"_	c #D4BDD2",
":	c #AE81A9",
"<	c #C7A8C3",
"[	c #BB9FBB",
"}	c #603A6A",
"|	c #C7A7C3",
"1	c #BDA1BC",
"         .      ",
"         .+     ",
"         .@#    ",
"         .$%#   ",
".........&$*=#  ",
".-$$$$$$$$*;*>, ",
".$'))))))!~~{]^/",
".(_______*!:<[} ",
".........&*|@+  ",
"         ._1+   ",
"         .@+    ",
"         .+     ",
"         .      "};