Mercurial > pidgin.yaz
view pidgin/plugins/perl/Makefile.mingw @ 25529:1c6abf965d62
propagate from branch 'im.pidgin.pidgin' (head 7bdb1afaf64b2e3bde8dc04063fbe6d39c937b73)
to branch 'im.pidgin.pidgin.yaz' (head a8e8ce1ddd79d3edd3c21d8df24873fcf40a8fd8)
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 04 Jul 2007 07:46:51 +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