1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/other-licenses/bsdiff/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +# vim:set ts=8 sw=8 sts=8 noet: 1.5 +# This Source Code Form is subject to the terms of the Mozilla Public 1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + 1.9 +# Portions created by the Initial Developer are Copyright (C) 2005 1.10 +# the Initial Developer. All Rights Reserved. 1.11 +# 1.12 +# Contributor(s): 1.13 +# 1.14 +# Alternatively, the contents of this file may be used under the terms of 1.15 +# either the GNU General Public License Version 2 or later (the "GPL"), or 1.16 +# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 1.17 +# in which case the provisions of the GPL or the LGPL are applicable instead 1.18 +# of those above. If you wish to allow use of your version of this file only 1.19 +# under the terms of either the GPL or the LGPL, and not to allow others to 1.20 +# use your version of this file under the terms of the MPL, indicate your 1.21 +# decision by deleting the provisions above and replace them with the notice 1.22 +# and other provisions required by the GPL or the LGPL. If you do not delete 1.23 +# the provisions above, a recipient may use your version of this file under 1.24 +# the terms of any one of the MPL, the GPL or the LGPL. 1.25 +# 1.26 +# ***** END LICENSE BLOCK ***** 1.27 + 1.28 +# This program is output to dist/host/bin because it is only needed by the 1.29 +# build system and is not intended to be included in Mozilla distributions. 1.30 + 1.31 +ifdef MOZ_NATIVE_BZ2 1.32 +HOST_LIBS += $(MOZ_BZ2_LIBS) 1.33 +else 1.34 +HOST_LIBS += $(DIST)/host/lib/$(LIB_PREFIX)hostbz2.$(LIB_SUFFIX) 1.35 +endif 1.36 + 1.37 +ifeq ($(HOST_OS_ARCH),WINNT) 1.38 +HOST_EXTRA_LIBS += $(call EXPAND_LIBNAME,Ws2_32) 1.39 +endif 1.40 + 1.41 +include $(topsrcdir)/config/rules.mk 1.42 + 1.43 +HOST_CXXFLAGS += $(MOZ_BZ2_CFLAGS)