view pidgin/plugins/perl/Makefile.mingw @ 17852:b0a1782b90d2

Somehow, version.c wasn't added to the libpurple build. Now that it is actually used, it really needs to be added.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Jun 2007 12:09:58 +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