pidgin/plugins/perl/Makefile.mingw

Sat, 08 Jan 2011 15:07:58 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sat, 08 Jan 2011 15:07:58 +0000
changeset 31327
831530000b51
parent 16100
a0ab70986c10
child 18068
b6554e3c8224
child 33937
f15e97d8758e
permissions
-rw-r--r--

disapproval of revision 'c253c498a60e5a02bccb0f59d0908d1623c4307e'

The status entry *is* useful when switching to an Offline status.

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