pidgin/plugins/perl/Makefile.mingw

Sat, 26 Apr 2014 22:07:58 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Sat, 26 Apr 2014 22:07:58 +0200
changeset 35920
78b2942f06db
parent 35605
8a0ae6cc73fc
permissions
-rw-r--r--

Finch-OTR: implement missing PurpleRequestCommonParameters features

#
# Makefile.mingw
#
# Description: Makefile for perl plugin loader plugin.
#

PIDGIN_TREE_TOP := ../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

#we cannot include win32dep.h, but we need struct sockaddr_in6 definition
CFLAGS += -include ws2tcpip.h

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