Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 712 Bytes

manifest.mn

File metadata and controls

40 lines (36 loc) · 712 Bytes
 
1
2
3
4
5
6
7
#
# 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 = ..
Jun 1, 2017
Jun 1, 2017
8
LIB_SRCDIRS = \
May 18, 2016
May 18, 2016
10
common \
Jun 1, 2017
Jun 1, 2017
11
12
13
14
15
16
17
18
19
20
21
$(NULL)
ifneq ($(NSS_BUILD_WITHOUT_UTIL),1)
UTIL_SRCDIRS = \
util_gtest \
$(NULL)
endif
ifneq ($(NSS_BUILD_SOFTOKEN_ONLY),1)
ifneq ($(NSS_BUILD_UTIL_ONLY),1)
NSS_SRCDIRS = \
May 11, 2017
May 11, 2017
22
certdb_gtest \
May 10, 2017
May 10, 2017
23
certhigh_gtest \
Oct 24, 2017
Oct 24, 2017
24
cryptohi_gtest \
Jul 3, 2017
Jul 3, 2017
25
der_gtest \
May 3, 2016
May 3, 2016
26
pk11_gtest \
Dec 10, 2018
Dec 10, 2018
27
smime_gtest \
Aug 1, 2017
Aug 1, 2017
28
softoken_gtest \
May 3, 2016
May 3, 2016
29
ssl_gtest \
Jan 9, 2019
Jan 9, 2019
30
$(SYSINIT_GTEST) \
Aug 1, 2017
Aug 1, 2017
31
nss_bogo_shim \
Jun 1, 2017
Jun 1, 2017
33
34
35
36
37
38
39
40
endif
endif
DIRS = \
$(LIB_SRCDIRS) \
$(UTIL_SRCDIRS) \
$(NSS_SRCDIRS) \
$(NULL)