view share/Makefile.mingw @ 20362:a7d01a409463

applied changes from 690331e6b61603c992f5c10189aef410b65b83c3 through 8e81ccec879f9cfbd8fc282b703803c98e150ff7
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 05:03:43 +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;