view share/Makefile.mingw @ 20302:67a7e0868618

applied changes from 26c05ed157a02643cbb12b04045422b123312bcf through 85513af6378ee439127fd26e37d36980f07bf835 committer: Luke Schierer <lschiere@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Fri, 19 Oct 2007 16:54: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;