pidgin/plugins/perl/Makefile.mingw

Wed, 19 Jun 2013 19:56:19 +0530

author
Ankit Vani <a@nevitus.org>
date
Wed, 19 Jun 2013 19:56:19 +0530
branch
soc.2013.gobjectification
changeset 34587
a3bc28bb4ef5
parent 33937
f15e97d8758e
child 35605
8a0ae6cc73fc
permissions
-rw-r--r--

Refactored pidgin to use the GObject-based PurpleAccount API

#
# 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_at) $(MAKE) -C ./common -f $(MINGW_MAKEFILE)

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

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

mercurial