re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

View file

@ -10,14 +10,10 @@ LIB_SRCDIRS = \
common \
$(NULL)
common: google_test
ifneq ($(NSS_BUILD_WITHOUT_UTIL),1)
UTIL_SRCDIRS = \
util_gtest \
$(NULL)
util_gtest: common
endif
ifneq ($(NSS_BUILD_SOFTOKEN_ONLY),1)
@ -28,7 +24,6 @@ NSS_SRCDIRS = \
certhigh_gtest \
cryptohi_gtest \
der_gtest \
freebl_gtest \
pk11_gtest \
smime_gtest \
softoken_gtest \
@ -37,19 +32,6 @@ NSS_SRCDIRS = \
nss_bogo_shim \
pkcs11testmodule \
$(NULL)
base_gtest: common
certdb_gtest: common
certhigh_gtest: common
cryptohi_gtest: common
der_gtest: common
freebl_gtest: common
pk11_gtest: common pkcs11testmodule
smime_gtest: common
softoken_gtest: common
ssl_gtest: google_test
sysinit_gtest: google_test
util_gtest: common
endif
endif