pidgin/plugins/perl/Makefile.mingw

Sun, 18 Sep 2011 09:11:02 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 18 Sep 2011 09:11:02 +0000
changeset 32548
11f3d596fc7c
parent 16100
a0ab70986c10
child 18068
b6554e3c8224
child 33937
f15e97d8758e
permissions
-rw-r--r--

merge of '1b21192ab58abef3b60ffa06b3dcf6173fc693cc'
and '42becf22558beed8cc93eb1f1efdd8cc514a9c27'

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