Mercurial > pidgin.yaz
view pidgin/pixmaps/emotes/small/16/Makefile.mingw @ 26951:329f5a43b68a
merge of '49bc9af35492c4f9b66f7233c77ec192432a00f0'
and '70ee1de1cc79688256a3dd6ac1a519e24c00a12c'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 11 May 2009 22:05:00 +0000 |
parents | 42fe79ca351d |
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 $@