view share/Makefile.mingw @ 20355:3f57415f5b8b

applied changes from 5473bd4fec59a55c8ad482c92cc518fea564a241 through 2859800860a726be81d3a19e19a5138521211b27 applied changes from 4c59953fd39724c7b48e897585df61dab901c4d2 through e82ae16ed445d6896fec536a492fcc17bc6098e4
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:56:11 +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;