view share/Makefile.mingw @ 19986:b1bd2e8b01ef

propagate from branch 'im.pidgin.pidgin' (head bc9c8821faaf3c70a0f00b97e954189a9a85ba91) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 57657ad778c6cf37fc80ff46c4885cac92980526)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 12 Sep 2007 20:29:55 +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;