view pidgin/plugins/perl/Makefile.mingw @ 24316:adc1073040bf

Hylke added this file, presumably part of his duplicate icon structure which has been reverted. I have no idea what the intended actual change was in that effort, but clearly it should have been done as a branch without this stupid, massive duplication.
author Richard Laager <rlaager@wiktel.com>
date Sat, 08 Nov 2008 04:29:32 +0000
parents ded8da3de5f8
children
line wrap: on
line source

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