view share/Makefile.mingw @ 20879:bc1e6ea98445

Try to fix msgfmt detection *again*. If this doesn't work, we'll probably have to start writing our own macros for this junk, which I greatly desire to NOT do.
author Ethan Blanton <elb@pidgin.im>
date Thu, 11 Oct 2007 17:29:39 +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;