view share/Makefile.mingw @ 19276:85324e9d0821

merge of 'be89c0801e3ce85d83aa490bd3b25c83791e887d' and 'f2d33f492fb9789c16bf78dc451cee6d45a8e11b'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 14 Aug 2007 21:33: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;