1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/coreconf/prefix.mk Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,44 @@ 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 +####################################################################### 1.10 +# Master "Core Components" for computing program prefixes # 1.11 +####################################################################### 1.12 + 1.13 +# 1.14 +# Object prefixes 1.15 +# 1.16 + 1.17 +ifndef OBJ_PREFIX 1.18 + OBJ_PREFIX = 1.19 +endif 1.20 + 1.21 +# 1.22 +# Library suffixes 1.23 +# 1.24 + 1.25 +ifndef LIB_PREFIX 1.26 + LIB_PREFIX = lib 1.27 +endif 1.28 + 1.29 + 1.30 +ifndef DLL_PREFIX 1.31 + DLL_PREFIX = lib 1.32 +endif 1.33 + 1.34 + 1.35 +ifndef IMPORT_LIB_PREFIX 1.36 + IMPORT_LIB_PREFIX = 1.37 +endif 1.38 + 1.39 +# 1.40 +# Program prefixes 1.41 +# 1.42 + 1.43 +ifndef PROG_PREFIX 1.44 + PROG_PREFIX = 1.45 +endif 1.46 + 1.47 +MK_PREFIX = included