view pidgin/pixmaps/emotes/Makefile.mingw @ 25502:ee966d2dc151

propagate from branch 'im.pidgin.pidgin' (head dff846c19b3c14ce3094dda9a5b72c70e6e11121) to branch 'im.pidgin.pidgin.yaz' (head 96dcf99b9a4d5aec09c2173b5f2f901d96330dbd)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 09 Jun 2007 04:12:47 +0000
parents ded8da3de5f8
children 46629aab70b1
line wrap: on
line source

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

include ./Makefile.am

.PHONY: install

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