comparison Makefile.mingw @ 27509:ebd9630ffc77

propagate from branch 'im.pidgin.pidgin' (head cec487e50b3df746ae8b23771513bf85734f618d) to branch 'im.pidgin.cpw.darkrain42.obsolete' (head 1fc27ec0bc11e95aeff8c890ab68a5ddcb4bfb8d)
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 04:41:56 +0000
parents b74fa3d29cda
children bd3cf895e19a
comparison
equal deleted inserted replaced
27369:01927ce552bc 27509:ebd9630ffc77
127 $(MAKE) -C share/ca-certs -f $(MINGW_MAKEFILE) clean 127 $(MAKE) -C share/ca-certs -f $(MINGW_MAKEFILE) clean
128 rm -f $(PIDGIN_CONFIG_H) ./VERSION pidgin-$(PIDGIN_VERSION)*.exe pidgin-$(PIDGIN_VERSION)-win32-bin.zip 128 rm -f $(PIDGIN_CONFIG_H) ./VERSION pidgin-$(PIDGIN_VERSION)*.exe pidgin-$(PIDGIN_VERSION)-win32-bin.zip
129 rm -rf doc/html Doxyfile.mingw 129 rm -rf doc/html Doxyfile.mingw
130 130
131 uninstall: 131 uninstall:
132 rm -rf $(PURPLE_INSTALL_PERLMOD_DIR) $(PIDGIN_INSTALL_PLUGINS_DIR) $(PURPLE_INSTALL_PO_DIR) $(PIDGIN_INSTALL_DIR) $(STRIPPED_RELEASE_DIR) 132 rm -rf $(PURPLE_INSTALL_PERL_DIR) $(PIDGIN_INSTALL_PLUGINS_DIR) $(PURPLE_INSTALL_PO_DIR) $(PIDGIN_INSTALL_DIR) $(STRIPPED_RELEASE_DIR)
133 rm -f ./VERSION 133 rm -f ./VERSION
134 134
135 include $(PIDGIN_COMMON_TARGETS) 135 include $(PIDGIN_COMMON_TARGETS)