1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/harfbuzz/src/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# 1.5 +# Copyright (C) 2010 Mozilla Foundation 1.6 +# 1.7 +# This is used to integrate the HarfBuzz library with the Mozilla build. 1.8 +# 1.9 +# Permission is hereby granted, without written agreement and without 1.10 +# license or royalty fees, to use, copy, modify, and distribute this 1.11 +# software and its documentation for any purpose, provided that the 1.12 +# above copyright notice and the following two paragraphs appear in 1.13 +# all copies of this software. 1.14 +# 1.15 +# IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR 1.16 +# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES 1.17 +# ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN 1.18 +# IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH 1.19 +# DAMAGE. 1.20 +# 1.21 +# THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, 1.22 +# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 1.23 +# FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS 1.24 +# ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO 1.25 +# PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 1.26 +# 1.27 +# Mozilla author(s): Jonathan Kew 1.28 +# 1.29 + 1.30 +include $(topsrcdir)/config/rules.mk 1.31 + 1.32 +# Cancel the effect of the -DDEBUG macro if present, 1.33 +# because harfbuzz uses that name for its own purposes 1.34 +COMPILE_CXXFLAGS += -UDEBUG