Mercurial > pidgin.yaz
view share/Makefile.mingw @ 21128:323dfb9642e0
merge of '329395b9793793f35bcf231033c1eb942513ab01'
and '84fe25ab50712e26d693641a6248e646746904d9'
author | Carlos Silva <typ0@pidgin.im> |
---|---|
date | Sat, 03 Nov 2007 20:19:29 +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;