view share/Makefile.mingw @ 20744:395f1a837694

merge of '1bcb1793b8e018e79a9308e03f48476e327b4c07' and 'adf7bc9074db7174e3a27c54bced31beea98207a'
author Luke Schierer <lschiere@pidgin.im>
date Mon, 01 Oct 2007 21:25:18 +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;