view pixmaps/smileys/Makefile.mingw @ 10798:08981462ebbb

[gaim-migrate @ 12441] smooth scrolling I'll assume you can figure out how to adjust how long it takes to scroll, so you can play with it. I expect feedback. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 08 Apr 2005 22:44:02 +0000
parents eb6feb00e6f3
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/smileys

include ./Makefile.am

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
	  done; \
	fi;