view share/Makefile.mingw @ 20079:3e3246eb204c

merge of '0411be512ef271d73fb2f800df237b0953a983a1' and '9a8e007dbbbdee9fe816195d04b6372d67f4450b'
author Andreas Monitzer <pidgin@monitzer.com>
date Sun, 16 Sep 2007 00:00:37 +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;