view share/Makefile.mingw @ 20334:58a57a0ca807

applied changes from 1095e0c294d15e95c8909d270748c5253226bfe6 through a976c1dbb1135583dc67c67af14aa684fd4e18ee applied changes from a976c1dbb1135583dc67c67af14aa684fd4e18ee through 62ac0eb5b2ae2fda530b7230c8a903cc5ecd4513
author Luke Schierer <lschiere@pidgin.im>
date Fri, 19 Oct 2007 18:30:30 +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;