view share/Makefile.mingw @ 20222:0484c20b138a

applied changes from ae2654a1c8a8119292950ba10857627abf2915f8 through b23d40378bee58e6e5a79f04f532b50daf43f802
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 15:47:39 +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;