view pixmaps/Makefile.mingw @ 6784:ea3707dde7a3

[gaim-migrate @ 7323] marv_sf writes: "Fixes some issues with idle buddies. Displays the wireless icon for sms users. Hopefully makes long contact lists (and long ignore lists, if such things exist) work. Notices with a buddy isn't on the server list, and uses the notauthorized icon, displays a status/tooltip of Not on server list, and adds a menu item to add them. It also considates the games and status message hash tables into a single one, that uses yahoo_friend for its values. yahoo_friend is nice enough to store the information for all the above items." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 07 Sep 2003 21:59:55 +0000
parents bc494c4a3991
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

datadir = ../win32-install-dir

include ./Makefile.am

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
	  done; \
	fi;
	if test '$(gaimbuttonpix_DATA)'; then \
	  mkdir -p $(gaimbuttonpixdir); \
	  cp $(gaimbuttonpix_DATA) $(gaimbuttonpixdir); \
	fi;
	if test '$(gaimdialogpix_DATA)'; then \
	  mkdir -p $(gaimdialogpixdir); \
	  cp $(gaimdialogpix_DATA) $(gaimdialogpixdir); \
	fi;
	if test '$(gaimiconpix_DATA)'; then \
	  mkdir -p $(gaimiconpixdir); \
	  cp $(gaimiconpix_DATA) $(gaimiconpixdir); \
	fi;
	if test '$(gaimdistpix_DATA)'; then \
	  mkdir -p $(gaimdistpixdir); \
	  cp $(gaimdistpix_DATA) $(gaimdistpixdir); \
	fi;
	if test '$(distpixmap_DATA)'; then \
	  mkdir -p $(distpixmapdir); \
	  cp $(distpixmap_DATA) $(distpixmapdir); \
	fi;