js/src/gdb/Makefile.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/js/src/gdb/Makefile.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# -*- Mode: makefile -*-
     1.5 +#
     1.6 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.9 +
    1.10 +LIBS = ../$(LIB_PREFIX)js_static.$(LIB_SUFFIX) $(NSPR_LIBS) $(MOZ_ZLIB_LIBS)
    1.11 +
    1.12 +ifdef MOZ_SHARED_ICU
    1.13 +EXTRA_LIBS += $(MOZ_ICU_LIBS)
    1.14 +endif
    1.15 +
    1.16 +EXTRA_LIBS += $(MOZ_FFI_LIBS)
    1.17 +
    1.18 +# Place a GDB Python auto-load file next to the gdb-tests executable, both
    1.19 +# in the build directory and in the dist/bin directory.
    1.20 +PP_TARGETS += GDB_AUTOLOAD
    1.21 +GDB_AUTOLOAD := gdb-tests-gdb.py.in
    1.22 +GDB_AUTOLOAD_FLAGS := -Dtopsrcdir=$(abspath $(srcdir)/..)
    1.23 +
    1.24 +INSTALL_TARGETS += GDB_INSTALL_AUTOLOAD
    1.25 +GDB_INSTALL_AUTOLOAD_FILES := $(CURDIR)/gdb-tests-gdb.py
    1.26 +GDB_INSTALL_AUTOLOAD_DEST := $(DIST)/bin

mercurial