Mercurial > pidgin.yaz
view pidgin/plugins/perl/Makefile.mingw @ 25772:c4eb9f10ecb5
propagate from branch 'im.pidgin.pidgin' (head 11ea1799b1892059650fa7dcf6e848a020045e50)
to branch 'org.darkrain42.pidgin.xmpp' (head 5b18884cb593c048171bfce406c09d70ddf03f02)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 29 Nov 2008 18:41:39 +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