view pixmaps/smileys/default/Makefile.mingw @ 8204:b8e7d4efdc10

[gaim-migrate @ 8927] This name is pretty generic... I bet we could get two of them in here. Call to Arms: If your name is Alex Smith and you're not the guy that submitted the patch I just commited, fix a minor bug or something and send us a patch. Also, someone make sure Chromakode gets in here, I don't have his real name. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 03 Feb 2004 06:57:40 +0000
parents 5f0385678315
children
line wrap: on
line source

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

datadir = ../../../win32-install-dir
include ./Makefile.am

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