diff -r 000000000000 -r 6474c204b198 modules/libmar/tests/Makefile.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/libmar/tests/Makefile.in Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,24 @@ +# 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/. + +TESTROOT = $(abspath $(DEPTH))/_tests/xpcshell/$(relativesrcdir) + +include $(topsrcdir)/config/rules.mk + +libs:: unit/head_libmar.js.in + $(call py_action,preprocessor,-Fsubstitution $(DEFINES) $(ACDEFINES) $^ -o $(TESTROOT)/unit/head_libmar.js) + +ifneq ($(OS_TARGET),Android) +ifndef MOZ_PROFILE_GENERATE +libs:: + $(INSTALL) ../tool/signmar$(BIN_SUFFIX) $(TESTROOT)/unit + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nss3$(DLL_SUFFIX) $(TESTROOT)/unit +ifndef MOZ_FOLD_LIBS + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nssutil3$(DLL_SUFFIX) $(TESTROOT)/unit + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)plc4$(DLL_SUFFIX) $(TESTROOT)/unit + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nspr4$(DLL_SUFFIX) $(TESTROOT)/unit + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)plds4$(DLL_SUFFIX) $(TESTROOT)/unit +endif +endif +endif # Not Android