1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/modules/libmar/tests/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +TESTROOT = $(abspath $(DEPTH))/_tests/xpcshell/$(relativesrcdir) 1.9 + 1.10 +include $(topsrcdir)/config/rules.mk 1.11 + 1.12 +libs:: unit/head_libmar.js.in 1.13 + $(call py_action,preprocessor,-Fsubstitution $(DEFINES) $(ACDEFINES) $^ -o $(TESTROOT)/unit/head_libmar.js) 1.14 + 1.15 +ifneq ($(OS_TARGET),Android) 1.16 +ifndef MOZ_PROFILE_GENERATE 1.17 +libs:: 1.18 + $(INSTALL) ../tool/signmar$(BIN_SUFFIX) $(TESTROOT)/unit 1.19 + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nss3$(DLL_SUFFIX) $(TESTROOT)/unit 1.20 +ifndef MOZ_FOLD_LIBS 1.21 + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nssutil3$(DLL_SUFFIX) $(TESTROOT)/unit 1.22 + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)plc4$(DLL_SUFFIX) $(TESTROOT)/unit 1.23 + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)nspr4$(DLL_SUFFIX) $(TESTROOT)/unit 1.24 + $(INSTALL) $(DEPTH)/dist/bin/$(DLL_PREFIX)plds4$(DLL_SUFFIX) $(TESTROOT)/unit 1.25 +endif 1.26 +endif 1.27 +endif # Not Android