Mercurial > pidgin.yaz
view pidgin/pixmaps/Makefile.mingw @ 18634:cf9dfbbe8cd6
propagate from branch 'im.pidgin.pidgin' (head 59e56959de867035d1f66b2c04b5cdc539d18c59)
to branch 'tmpbranch' (head fb9ec433650ff4b1b7f84319be7937cb6ab45e71)
author | Eric Polino <aluink@pidgin.im> |
---|---|
date | Tue, 24 Jul 2007 19:39:37 +0000 |
parents | 5608820845f5 |
children | 46629aab70b1 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # PIDGIN_TREE_TOP := ../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak datadir := $(PIDGIN_INSTALL_DIR) include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ done; \ fi; if test '$(pidginbuttonpix_DATA)'; then \ mkdir -p $(pidginbuttonpixdir); \ cp $(pidginbuttonpix_DATA) $(pidginbuttonpixdir); \ fi; if test '$(pidgindistpix_DATA)'; then \ mkdir -p $(pidgindistpixdir); \ cp $(pidgindistpix_DATA) $(pidgindistpixdir); \ fi;