diff pidgin/plugins/perl/Makefile.mingw @ 16039:ded8da3de5f8

This should get all the Win32 Makefiles in line with the names Pidgin and Purple. I tried to separate PIDGIN and PURPLE values as much as a could to make it easier to divide them later if that's ever desired.
author Kevin Stange <kevin@simguy.net>
date Tue, 10 Apr 2007 06:19:29 +0000
parents 0e17470b47c2
children
line wrap: on
line diff
--- a/pidgin/plugins/perl/Makefile.mingw	Mon Apr 09 22:54:39 2007 +0000
+++ b/pidgin/plugins/perl/Makefile.mingw	Tue Apr 10 06:19:29 2007 +0000
@@ -4,8 +4,8 @@
 # Description: Makefile for perl plugin loader plugin.
 #
 
-GAIM_TOP := ../../..
-include $(GAIM_TOP)/libpurple/win32/global.mak
+PIDGIN_TREE_TOP := ../../..
+include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
 
 ##
 ## TARGET DEFINITIONS
@@ -13,13 +13,13 @@
 .PHONY: all install clean
 
 all:
-	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE)
+	$(MAKE) -C ./common -f $(MINGW_MAKEFILE)
 
-install: all $(GAIM_INSTALL_PLUGINS_DIR)
-	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) install
+install: all $(PIDGIN_INSTALL_PLUGINS_DIR)
+	$(MAKE) -C ./common -f $(MINGW_MAKEFILE) install
 
 ##
 ## CLEAN RULES
 ##
 clean:
-	$(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean
+	$(MAKE) -C ./common -f $(MINGW_MAKEFILE) clean