view share/sounds/Makefile.mingw @ 22566:375a101c5d7b

A more verbose autogen.sh that Gary and I have been using for Guifications and the Purple Plugin Pack for a while now. I wanted to give it a try here because it lets you know at each step what it's doing.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 30 Mar 2008 17:15:21 +0000
parents 4c26b23e7859
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Pidgin sounds
#

PIDGIN_TREE_TOP := ../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

datadir := $(PIDGIN_INSTALL_DIR)
include ./Makefile.am

.PHONY: install

install:
	if test '$(sounds_DATA)'; then \
	  mkdir -p $(soundsdir); \
	  cp $(sounds_DATA) $(soundsdir); \
	fi;