view pixmaps/smileys/default/Makefile.mingw @ 8877:c8cd436b5840

[gaim-migrate @ 9646] "this patch (i18n56.patch) contains two i18n fixes: - update for po/POTFILES.in: . removal of src/protocols/msn/session.c (doesn't contain i18n strings any more) . added src/protocols/rendezvous/rendezvous.c . added src/protocols/silc/* - removal of _("") in src/protocols/silc/chat.c (i18n strings should not be empty - this causes a warning from gettext 0.14.1 committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 05 May 2004 20:43:14 +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;