view pidgin/plugins/perl/Makefile.mingw @ 24656:6f41450584a7

merge of '5f86c51d96715086ed0790a769fd222be570c8ac' and '68a2ccd3df34ca17e6d788cfcbaf96a605bea2e5'
author Richard Laager <rlaager@wiktel.com>
date Mon, 08 Dec 2008 17:53:46 +0000
parents ded8da3de5f8
children
line wrap: on
line source

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

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

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

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

install: all $(PIDGIN_INSTALL_PLUGINS_DIR)
	$(MAKE) -C ./common -f $(MINGW_MAKEFILE) install

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