Sat, 28 Mar 2009 16:58:59 +0000
propagate from branch 'im.pidgin.pidgin' (head 538d066283dded4b9914249c983d40decc907ba3)
to branch 'im.pidgin.cpw.malu.xmpp.idle' (head 4d01bf9d7e310939a489f6b0e234798a2fec2bcb)
# # 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