view pixmaps/smileys/Makefile.mingw @ 12138:4e729e3d8f0b

[gaim-migrate @ 14439] (22:17:42) Peter Lawler (Bleeter): anyone up for applying a simple patch for me? it's for fixing one _debug output so it actually prints useful info, and introduces a new _debug so tracking down these presence problems will be easier. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 18 Nov 2005 22:22:09 +0000
parents eb6feb00e6f3
children
line wrap: on
line source

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

INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/smileys

include ./Makefile.am

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
	  done; \
	fi;