view share/Makefile.mingw @ 20148:e86f136e880e

merge of 'abe5c21ff8b83812c256bc2b14a3f887ecc628b8' and 'bf8de57ed4c36f188044ea0684c201d0a1a67169'
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 18 Sep 2007 01:08:46 +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;