view pixmaps/smileys/Makefile.mingw @ 8172:e68b1486c7ad

[gaim-migrate @ 8885] (13:46:53) datallah: LSchiere: i have a patch for tab complete (13:47:01) LSchiere: awesome (13:49:31) LSchiere: commit message? (13:50:09) ChipX86: "The sheep are coming home for the winter." (13:50:20) datallah: that works hehe (13:50:34) Etan: oh no, that means I'll need to make room committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 27 Jan 2004 18:50:23 +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;