view share/Makefile.mingw @ 21348:8d8f06962b65

merge of '2b4dccc8587d65d95c8698baa12619b506cec2f7' and '527398089a51964bc40642c9b6b7a977618f5c58'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:00:52 +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;