Mercurial > pidgin.yaz
view pidgin/plugins/perl/Makefile.mingw @ 23967:bedb72eb2ef7
Add new artwork directory structure side by side with pidgin/pixmaps/ for smooth transition.
author | Hylke Bons <hylkebons@gmail.com> |
---|---|
date | Mon, 01 Sep 2008 13:31:43 +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