xpcom/tests/bug656331_component/Makefile.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xpcom/tests/bug656331_component/Makefile.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +#
     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 +# Blatantly copied from xpcom/tests/component.
    1.10 +
    1.11 +unittestlocation = xpcom/tests/unit
    1.12 +
    1.13 +MANIFEST = bug656331.manifest
    1.14 +MANIFEST_PATH = $(testxpcobjdir)/$(unittestlocation)
    1.15 +PP_TARGETS += MANIFEST
    1.16 +
    1.17 +EXTRA_DSO_LDOPTS = \
    1.18 +  $(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
    1.19 +  $(XPCOM_FROZEN_LDOPTS) \
    1.20 +  $(NSPR_LIBS) \
    1.21 +  $(NULL)
    1.22 +
    1.23 +# Need to link with CoreFoundation on Mac
    1.24 +ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
    1.25 +EXTRA_DSO_LDOPTS += \
    1.26 +  $(TK_LIBS) \
    1.27 +  $(NULL)
    1.28 +endif
    1.29 +
    1.30 +LIB_FILES = $(SHARED_LIBRARY)
    1.31 +LIB_DEST = $(testxpcobjdir)/$(unittestlocation)
    1.32 +INSTALL_TARGETS += LIB

mercurial