view gtk/plugins/perl/Makefile.mingw @ 15223:e261feef1ce7

[gaim-migrate @ 18013] sf patch #1613563, from Ari Pollak, the spunkiest Debian packager this side of Soleil Moon Frye "This patch should fix at least one gstreamer crash, and it also fixes a potential memory leak." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 17 Dec 2006 05:38:48 +0000
parents 5d03b309b482
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for perl plugin loader plugin.
#

GAIM_TOP := ../../..
include $(GAIM_TOP)/libgaim/win32/global.mak

##
## TARGET DEFINITIONS
##
.PHONY: all install clean

all:
	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE)

install: all $(GAIM_INSTALL_PLUGINS_DIR)
	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) install

##
## CLEAN RULES
##
clean:
	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean