2018-01-19 03:59:58 +08:00
|
|
|
#
|
|
|
|
|
# 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/.
|
|
|
|
|
CORE_DEPTH = ../..
|
|
|
|
|
|
|
|
|
|
MODULE = nss
|
|
|
|
|
|
2026-06-30 06:37:32 +01:00
|
|
|
REQUIRES = seccmd dbm softoken
|
2018-01-19 03:59:58 +08:00
|
|
|
|
|
|
|
|
INCLUDES += -I$(CORE_DEPTH)/nss/lib/freebl
|
|
|
|
|
|
|
|
|
|
PROGRAM = lowhashtest
|
|
|
|
|
|
2026-06-30 06:37:32 +01:00
|
|
|
EXPORTS = \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
PRIVATE_EXPORTS = \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
2018-01-19 03:59:58 +08:00
|
|
|
CSRCS = \
|
|
|
|
|
lowhashtest.c \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
2026-06-30 06:37:32 +01:00
|
|
|
USE_STATIC_LIBS = 1
|