view pidgin/pixmaps/emotes/Makefile.mingw @ 20220:23248bf2bffd

applied changes from 8543caa9958f323a231c630bebd65c74dec3401f through 307f0cff97539b1c6ddc0114500677abfe42aaa6
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:46:47 +0000
parents 46629aab70b1
children
line wrap: on
line source

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

include ./Makefile.am

.PHONY: install clean

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

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