pidgin/plugins/perl/Makefile.mingw

Sat, 28 Apr 2007 02:00:48 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sat, 28 Apr 2007 02:00:48 +0000
changeset 16620
d6c88528b880
parent 16100
a0ab70986c10
child 18068
b6554e3c8224
child 33937
f15e97d8758e
permissions
-rw-r--r--

merge of '3c35ae665581e4abc35957e86e04b26b33924e34'
and 'c7f80fead80f91448ecc18e148825d436b577ba2'

#
# 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

mercurial