view share/Makefile.mingw @ 20278:92d14ab89e6e

applied changes from 99f8d517ae6588b2dba3527cb0951f32e640ff57 through c96ba4911be2d71dc65eafb95c21c387e3d05210
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 29 Sep 2007 04:33:19 +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;