diff -r 000000000000 -r 6474c204b198 js/src/gdb/Makefile.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/js/src/gdb/Makefile.in Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,23 @@ +# -*- Mode: makefile -*- +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +LIBS = ../$(LIB_PREFIX)js_static.$(LIB_SUFFIX) $(NSPR_LIBS) $(MOZ_ZLIB_LIBS) + +ifdef MOZ_SHARED_ICU +EXTRA_LIBS += $(MOZ_ICU_LIBS) +endif + +EXTRA_LIBS += $(MOZ_FFI_LIBS) + +# Place a GDB Python auto-load file next to the gdb-tests executable, both +# in the build directory and in the dist/bin directory. +PP_TARGETS += GDB_AUTOLOAD +GDB_AUTOLOAD := gdb-tests-gdb.py.in +GDB_AUTOLOAD_FLAGS := -Dtopsrcdir=$(abspath $(srcdir)/..) + +INSTALL_TARGETS += GDB_INSTALL_AUTOLOAD +GDB_INSTALL_AUTOLOAD_FILES := $(CURDIR)/gdb-tests-gdb.py +GDB_INSTALL_AUTOLOAD_DEST := $(DIST)/bin