view pidgin/pixmaps/emotes/default/24/Makefile.mingw @ 24032:78c64f7c598f

Some Makefile cleanups to remove generated files from Lee Roach. Fixes #6609.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 31 Aug 2008 17:29:40 +0000
parents 8b952cb84f45
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 $@