Blame nss/lib/base/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
Packit 40b132
CORE_DEPTH = ../..
Packit 40b132
Packit 40b132
PRIVATE_EXPORTS = \
Packit 40b132
	baset.h		  \
Packit 40b132
	base.h		  \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
EXPORTS =	   \
Packit 40b132
	nssbaset.h \
Packit 40b132
	nssbase.h  \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
MODULE = nss
Packit 40b132
Packit 40b132
CSRCS =		   \
Packit 40b132
	arena.c	   \
Packit 40b132
	error.c	   \
Packit 40b132
	errorval.c \
Packit 40b132
	hashops.c  \
Packit 40b132
	libc.c	   \
Packit 40b132
	tracker.c  \
Packit 40b132
	item.c     \
Packit 40b132
	utf8.c	   \
Packit 40b132
	list.c     \
Packit 40b132
	hash.c     \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
REQUIRES = nspr
Packit 40b132
Packit 40b132
LIBRARY_NAME = nssb
Packit 40b132
Packit 40b132
# This part of the code, including all sub-dirs, can be optimized for size
Packit 40b132
export ALLOW_OPT_CODE_SIZE = 1