diff Makefile.mingw @ 14699:cd1ddfa8868c

[gaim-migrate @ 17451] A couple Makefile.mingw tweaks from Lee Roach. `make -f Makefile.mingw clean` will no longer delete win32-install-dir, a new "uninstall" target has been added for that purpose. The perl Makefiles "clean" target will now delete .c files generated from the .xs files. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Oct 2006 19:17:32 +0000
parents 5d03b309b482
children 133af8458cbd
line wrap: on
line diff
--- a/Makefile.mingw	Sun Oct 08 17:44:10 2006 +0000
+++ b/Makefile.mingw	Sun Oct 08 19:17:32 2006 +0000
@@ -31,7 +31,7 @@
     exit; \
 }' VERSION)
 
-.PHONY: all install installer installer_nogtk installer_debug installers clean
+.PHONY: all install installer installer_nogtk installer_debug installers clean uninstall
 
 all: $(GAIM_CONFIG_H)
 	$(MAKE) -C $(GAIM_LIB_TOP) -f $(GAIM_WIN32_MAKEFILE)
@@ -59,6 +59,8 @@
 	$(MAKE) -C $(GAIM_GTK_TOP) -f $(GAIM_WIN32_MAKEFILE) clean
 	$(MAKE) -C $(GAIM_LIB_TOP) -f $(GAIM_WIN32_MAKEFILE) clean
 	rm -f $(GAIM_CONFIG_H) gaim*.exe
+
+uninstall:
 	rm -rf $(GAIM_INSTALL_PERLMOD_DIR) $(GAIM_INSTALL_PLUGINS_DIR) $(GAIM_INSTALL_PO_DIR) $(GAIM_INSTALL_DIR)
 
 include $(GAIM_COMMON_TARGETS)