view share/Makefile.mingw @ 19290:20c2c5a68aee

merge of '7d1dce3bbcb28d37b103c86124b8b1fe54132760' and 'e315c59c42c477daea2f056dfe196f21b18bece2'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 16 Aug 2007 20:53:24 +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;