view pidgin/pixmaps/buddy_icons/Makefile.mingw @ 15972:5eb0621e0760

Backspace to jump to parent.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 01 Apr 2007 03:46:58 +0000
parents 98bf1dac044d
children ded8da3de5f8
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim 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;