view pidgin/pixmaps/emotes/default/Makefile.mingw @ 15394:0453c85a1c51

Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 23 Jan 2007 17:53:00 +0000
parents
children ded8da3de5f8
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;