michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: CORE_DEPTH = ../.. michael@0: michael@0: EXPORTS = \ michael@0: cert.h \ michael@0: certt.h \ michael@0: certdb.h \ michael@0: $(NULL) michael@0: michael@0: PRIVATE_EXPORTS = \ michael@0: genname.h \ michael@0: xconst.h \ michael@0: certxutl.h \ michael@0: certi.h \ michael@0: $(NULL) michael@0: michael@0: MODULE = nss michael@0: michael@0: CSRCS = \ michael@0: alg1485.c \ michael@0: certdb.c \ michael@0: certv3.c \ michael@0: certxutl.c \ michael@0: crl.c \ michael@0: genname.c \ michael@0: stanpcertdb.c \ michael@0: polcyxtn.c \ michael@0: secname.c \ michael@0: xauthkid.c \ michael@0: xbsconst.c \ michael@0: xconst.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = certdb michael@0: michael@0: # This part of the code, including all sub-dirs, can be optimized for size michael@0: export ALLOW_OPT_CODE_SIZE = 1