view share/Makefile.mingw @ 20954:07b27e3522e3

merge of '732917d4f1ac90e4c7e5143bbd59513fd6eef921' and 'ce7bc52a1e7b3d401f32806e3c3fe19c759152fc'
author Will Thompson <will.thompson@collabora.co.uk>
date Mon, 15 Oct 2007 11:19:33 +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;