view share/Makefile.mingw @ 20361:0afbcc405f89

applied changes from 60b78c93bfc38b72c6e9fdde59d0e2507bccc4bd through 216358713db91ffb0fc0dca95ad096c85290a20f
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 05:02:53 +0000
parents ceb6561c5865
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version
#

PIDGIN_TREE_TOP := ..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

include ./Makefile.am

.PHONY: install clean

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