pidgin/plugins/perl/Makefile.mingw

Thu, 11 Mar 2010 17:59:53 +0000

author
Jorge Villaseñor <masca@cpw.pidgin.im>
date
Thu, 11 Mar 2010 17:59:53 +0000
branch
cpw.qulogic.msnp16
changeset 30910
374c457d65b5
parent 16100
a0ab70986c10
child 18068
b6554e3c8224
child 33937
f15e97d8758e
permissions
-rw-r--r--

We need a way to send commands without transaction ID

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