view share/Makefile.mingw @ 20810:57312baae0b7

merge of '63f107d777d3af55ea0468202ae4d2fcc319f53f' and '6b57335241f2c9a501643280407bdc3374100dee'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 06 Oct 2007 21:59:41 +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;