comparison Makefile.mingw @ 27407:b74fa3d29cda

Modify the Windows build/install setup to deal with the perl modules the way the Linux build/install setup does. This wasn't strictly necessary but does make things more nicely parallel.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 07 Jul 2009 15:44:24 +0000
parents 727d960a75a4
children bd3cf895e19a
comparison
equal deleted inserted replaced
27406:cd390b71b9ff 27407:b74fa3d29cda
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)