Mercurial > pidgin
view share/Makefile.mingw @ 20500:403ff626b803
merge of '0d182c079b200633b234b9a8216aba155384f21b'
and 'f1386de039f67a9907085baf097986700135cac6'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Sun, 09 Sep 2007 00:50:14 +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;