Blame nss/lib/libpkix/pkix_pl_nss/system/manifest.mn

Packit 40b132
# 
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
CORE_DEPTH = ../../../..
Packit 40b132
Packit 40b132
EXPORTS = \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
PRIVATE_EXPORTS = \
Packit 40b132
	pkix_pl_common.h \
Packit 40b132
	pkix_pl_mem.h \
Packit 40b132
	pkix_pl_object.h \
Packit 40b132
	pkix_pl_string.h \
Packit 40b132
	pkix_pl_primhash.h \
Packit 40b132
	pkix_pl_bigint.h \
Packit 40b132
	pkix_pl_mutex.h \
Packit 40b132
	pkix_pl_bytearray.h \
Packit 40b132
	pkix_pl_lifecycle.h \
Packit 40b132
	pkix_pl_oid.h \
Packit 40b132
	pkix_pl_hashtable.h \
Packit 40b132
	pkix_pl_rwlock.h \
Packit 40b132
	pkix_pl_monitorlock.h \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
MODULE = nss
Packit 40b132
Packit 40b132
CSRCS = \
Packit 40b132
	pkix_pl_bigint.c \
Packit 40b132
	pkix_pl_bytearray.c \
Packit 40b132
	pkix_pl_common.c \
Packit 40b132
	pkix_pl_error.c \
Packit 40b132
	pkix_pl_hashtable.c \
Packit 40b132
	pkix_pl_lifecycle.c \
Packit 40b132
	pkix_pl_mem.c \
Packit 40b132
	pkix_pl_monitorlock.c \
Packit 40b132
	pkix_pl_mutex.c \
Packit 40b132
	pkix_pl_object.c \
Packit 40b132
	pkix_pl_oid.c \
Packit 40b132
	pkix_pl_primhash.c \
Packit 40b132
	pkix_pl_rwlock.c \
Packit 40b132
	pkix_pl_string.c \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
LIBRARY_NAME = pkixsystem
Packit 40b132