changeset 21037:54c33a552eb6

Makefile.mingw updates to install animations/16 files without a Makefile in the subdirectory
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 28 Oct 2007 15:35:41 +0000
parents 97f70e18c610
children 2b8c00e81652
files pidgin/pixmaps/Makefile.am pidgin/pixmaps/Makefile.mingw pidgin/pixmaps/animations/16/Makefile.mingw
diffstat 3 files changed, 7 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/pixmaps/Makefile.am	Sun Oct 28 15:06:33 2007 +0000
+++ b/pidgin/pixmaps/Makefile.am	Sun Oct 28 15:35:41 2007 +0000
@@ -8,7 +8,6 @@
           toolbar/16 toolbar/22 tray/16 tray/22 tray/32 tray/48
 
 MAKEFILE_MINGW = \
-		animations/16/Makefile.mingw \
 		buddy_icons/qq/Makefile.mingw \
 		dialogs/16/Makefile.mingw \
 		dialogs/64/Makefile.mingw \
--- a/pidgin/pixmaps/Makefile.mingw	Sun Oct 28 15:06:33 2007 +0000
+++ b/pidgin/pixmaps/Makefile.mingw	Sun Oct 28 15:35:41 2007 +0000
@@ -20,6 +20,13 @@
 	  fi \
 	  done; \
 	fi;
+	if test '$(nobase_dist_pidginpixmap_DATA)'; then \
+	  list='$(nobase_dist_pidginpixmap_DATA)'; for file in $$list; do \
+	    dir=`dirname $$file`; \
+	    mkdir -p $(pidginpixmapdir)/$$dir; \
+	    cp $$file $(pidginpixmapdir)/$$dir/; \
+	  done; \
+	fi;
 	if test '$(pidginbuttonpix_DATA)'; then \
 	  mkdir -p $(pidginbuttonpixdir); \
 	  cp $(pidginbuttonpix_DATA) $(pidginbuttonpixdir); \
--- a/pidgin/pixmaps/animations/16/Makefile.mingw	Sun Oct 28 15:06:33 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-#
-# Makefile.mingw
-#
-# Description: Makefile for win32 (mingw) version of Pidgin pixmaps
-#
-
-PIDGIN_TREE_TOP := ../../../..
-include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
-
-datadir = $(PIDGIN_INSTALL_DIR)
-include ./Makefile.am
-
-.PHONY: install
-
-install:
-	if test '$(pidginanimpix_DATA)'; then \
-	  mkdir -p $(pidginanimpixdir); \
-	  cp $(pidginanimpix_DATA) $(pidginanimpixdir); \
-	fi;
-