manifest.mn (532B)
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 CORE_DEPTH = $(PKIX_DEPTH)/../../.. 8 PLAT_DEPTH = $(PKIX_DEPTH)/.. 9 10 MODULE = nss 11 12 PRIVATE_EXPORTS = \ 13 testutil_nss.h \ 14 testutil.h \ 15 $(NULL) 16 17 CSRCS = \ 18 testutil_nss.c \ 19 testutil.c \ 20 $(NULL) 21 22 LIBRARY_NAME = pkixtooltestutil 23 SHARED_LIBRARY = $(NULL) 24 25 SOURCE_LIB_DIR = $(PKIX_DEPTH)/$(OBJDIR) 26 27 NO_MD_RELEASE = 1