view share/Makefile.mingw @ 19343:ae5c82fd7920

merge of '24c8940605f5b11b2aea17c6ca6f3094dff141ab' and 'e1e5c6d6761c5ca78ed3ba45df742983421c1082'
author Ethan Blanton <elb@pidgin.im>
date Mon, 20 Aug 2007 17:42:51 +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;