manifest.mn (580B)
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 CORE_DEPTH = ../../.. 7 8 DIRS = . testlib 9 10 testlib: . 11 12 MODULE = nss 13 14 EXPORTS = \ 15 nssckbi.h \ 16 $(NULL) 17 18 CSRCS = \ 19 anchor.c \ 20 constants.c \ 21 bfind.c \ 22 binst.c \ 23 bobject.c \ 24 bsession.c \ 25 bslot.c \ 26 btoken.c \ 27 certdata.c \ 28 ckbiver.c \ 29 $(NULL) 30 31 REQUIRES = nspr 32 33 LIBRARY_NAME = nssckbi 34 MAPFILE = $(OBJDIR)/$(LIBRARY_NAME).def 35 LIBRARY = $(NULL) 36 IMPORT_LIBRARY = $(NULL)