summaryrefslogtreecommitdiff
path: root/nss/lib/manifest.mn
blob: 80d7d9c440d6f381bb2c533bde8f41eebfb2d124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# 
# 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 = ..
DEPTH      = ..

# Building softoken (and freebl) only requires that the paths
# to the locations where the util headers and libraries were
# previously installed by a prior util-only build - likely in
# in a system location that varies with the distribution. This
# cannot be addressed here and requires that downstream package
# mantainers add suitable modifications. Building full nss will
# not have that problem as everything is available.

SOFTOKEN_SRCDIRS=
NSS_SRCDIRS=

ifndef NSS_BUILD_UTIL_ONLY
SOFTOKEN_SRCDIRS = \
	$(FREEBL_SRCDIR) \
	$(SQLITE_SRCDIR) \
	$(DBM_SRCDIR) \
	$(SOFTOKEN_SRCDIR) \
	$(NULL)
ifndef NSS_BUILD_SOFTOKEN_ONLY
# the rest of nss
NSS_SRCDIRS = \
	base dev pki \
	$(LIBPKIX_SRCDIR) \
	certdb certhigh pk11wrap cryptohi nss \
	$(ZLIB_SRCDIR) ssl \
	pkcs7 pkcs12 smime \
	crmf jar \
	ckfw $(SYSINIT_SRCDIR) \
	$(NULL)
endif
endif

#
# organized by DLL
#
#  softoken and prereqs.
#  stan (not a separate dll yet)
#  libpkix (not a separate dll)
#  nss base (traditional)
#  ssl
#  smime
#  ckfw (builtins module)
#  crmf jar (not dll's)
DIRS = \
	$(UTIL_SRCDIR) \
	$(SOFTOKEN_SRCDIRS) \
	$(NSS_SRCDIRS) \
	$(NULL)

#  fortcrypt  is no longer built

#
# these dirs are not built at the moment
#
#NOBUILD_DIRS = jar