view share/Makefile.mingw @ 20081:2fefc7eaa36f

merge of '22f6ff41c9fffdd5267c9c96f8208a6071443e62' and '9a8e007dbbbdee9fe816195d04b6372d67f4450b'
author Richard Laager <rlaager@wiktel.com>
date Sat, 15 Sep 2007 23:49:13 +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;