pidgin/plugins/perl/Makefile.mingw

Sun, 18 Sep 2016 11:59:52 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 18 Sep 2016 11:59:52 -0500
changeset 38054
adcd38bcc1d0
parent 35605
8a0ae6cc73fc
permissions
-rw-r--r--

A minor doc warning fix

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