manifest.mn (889B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 PKIX_DEPTH = ../.. 7 PLAT_DEPTH = $(PKIX_DEPTH)/.. 8 CORE_DEPTH = $(PKIX_DEPTH)/../../.. 9 10 # MODULE public and private header directories are implicitly REQUIRED. 11 MODULE = nss 12 13 CSRCS = test_basicchecker.c \ 14 test_basicconstraintschecker.c \ 15 test_buildchain.c \ 16 test_buildchain_uchecker.c \ 17 test_buildchain_partialchain.c \ 18 test_buildchain_resourcelimits.c \ 19 test_customcrlchecker.c \ 20 test_defaultcrlchecker2stores.c \ 21 test_ocsp.c \ 22 test_policychecker.c \ 23 test_subjaltnamechecker.c \ 24 test_validatechain.c \ 25 test_validatechain_bc.c \ 26 test_validatechain_NB.c \ 27 $(NULL) 28 29 LIBRARY_NAME = pkixtooltop 30 SHARED_LIBRARY = $(NULL) 31 32 SOURCE_LIB_DIR=$(PKIX_DEPTH)/$(OBJDIR) 33 34 NO_MD_RELEASE = 1