Mercurial > pidgin.yaz
view share/Makefile.mingw @ 19951:c5afab822ec7
propagate from branch 'im.pidgin.pidgin' (head 3f64b9d598e136d0f6f739c7f23ad4baed097f73)
to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 2010b37acce9dd62a56da92922f5e74883a9d38b)
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Fri, 17 Aug 2007 23:58:20 +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;