manifest.mn (781B)
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 CORE_DEPTH = ../.. 6 7 LIBRARY_NAME = sectool 8 SHARED_LIBRARY = $(NULL) 9 10 # MODULE public and private header directories are implicitly REQUIRED. 11 MODULE = nss 12 13 DEFINES = -DNSPR20 14 15 ifdef NSS_BUILD_SOFTOKEN_ONLY 16 PRIVATE_EXPORTS = basicutil.h \ 17 pk11table.h \ 18 $(NULL) 19 20 CSRCS = basicutil.c \ 21 pk11table.c \ 22 $(NULL) 23 else 24 PRIVATE_EXPORTS = basicutil.h \ 25 secutil.h \ 26 pk11table.h \ 27 $(NULL) 28 29 CSRCS = basicutil.c \ 30 secutil.c \ 31 secpwd.c \ 32 derprint.c \ 33 moreoids.c \ 34 pppolicy.c \ 35 ffs.c \ 36 pk11table.c \ 37 $(NULL) 38 endif 39 40 NO_MD_RELEASE = 1 41 42 USE_STATIC_LIBS = 1