view pixmaps/smileys/default/Makefile.mingw @ 10660:4b3a952b395e

[gaim-migrate @ 12194] HEAD doesn't compile on this box, so hopefully this change is OK. The glibc guys apparently decided to invoke their POSIX perogative to make read() a macro, which busted some ssl junk in Novell. This fully parenthesizes a function pointer dereference, preventing it from being macro-expanded by the preprocessor. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 06 Mar 2005 22:09:30 +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;