Mercurial > pidgin.yaz
view pidgin/pixmaps/emotes/none/Makefile.mingw @ 26295:1b2d418c26ff
merge of '10055bc9c44d63b38c5279aa2578ad96f442b56d'
and '520252cbfcea6860a02e5b52b16ec7f6de6637fd'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Wed, 25 Mar 2009 07:12:28 +0000 |
parents | 78c64f7c598f |
children |
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.mingw .PHONY: install clean install: ./Makefile.am.mingw theme if test '$(pidginsmileypix_DATA)'; then \ mkdir -p $(pidginsmileypixdir); \ cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ fi; clean: rm -f theme ./Makefile.am.mingw ./Makefile.am.mingw: ./Makefile.am sed -e 's/^if\ INSTALL_PIXMAPS/ifeq (\$$(INSTALL_PIXMAPS), 1)/' ./Makefile.am > $@ include $@