view pidgin/pixmaps/emotes/Makefile.mingw @ 19830:dd5932225deb

Added hints to jabber si.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 18:17:21 +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;