mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
0310c45fa3
bug1061701, bug1210361, bug1210364, bug1210380, bug1210389, bug1009429, bug1211444, bug1180096, bug1210484, bug1211915, bug1211725, bug1213931, bug1214806, bug1214762, bug1214777, bug1214841, bug1214834, bug1213948, bug1213980, bug1192028, bug1202868, bug1214829, bug1026688, bug1214825, bug1216318
40 lines
805 B
Plaintext
40 lines
805 B
Plaintext
#
|
|
# 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 = ..
|
|
|
|
#
|
|
# 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) \
|
|
$(FREEBL_SRCDIR) \
|
|
$(SQLITE_SRCDIR) \
|
|
$(DBM_SRCDIR) \
|
|
$(SOFTOKEN_SRCDIR) \
|
|
base dev pki \
|
|
libpkix \
|
|
certdb certhigh pk11wrap cryptohi nss \
|
|
$(ZLIB_SRCDIR) ssl \
|
|
pkcs7 pkcs12 smime \
|
|
crmf jar \
|
|
ckfw $(SYSINIT_SRCDIR) \
|
|
$(NULL)
|
|
|
|
# fortcrypt is no longer built
|
|
|
|
#
|
|
# these dirs are not built at the moment
|
|
#
|
|
#NOBUILD_DIRS = jar
|