view share/Makefile.mingw @ 20324:b03f87862aba

applied changes from cbc76e85376a9fcbb1582087c7b23b2284a3ca5f through a368fa9b4b6c46c7a04a72d69240e4f63c7d866f
author Luke Schierer <lschiere@pidgin.im>
date Fri, 19 Oct 2007 17:58:04 +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;