Mercurial > pidgin.yaz
view share/Makefile.mingw @ 19571:de0ae9a3eee2
merge of '67ad9f243a5d108c552110366d15b0e921e0c681'
and 'eec0eedd7a4133ae0c0a9d952b8d507369bbc36f'
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 02 Sep 2007 08:00:54 +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;