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: base64.h \ michael@0: ciferfam.h \ michael@0: hasht.h \ michael@0: nssb64.h \ michael@0: nssb64t.h \ michael@0: nsslocks.h \ michael@0: nssilock.h \ michael@0: nssilckt.h \ michael@0: nssrwlk.h \ michael@0: nssrwlkt.h \ michael@0: nssutil.h \ michael@0: pkcs11.h \ michael@0: pkcs11f.h \ michael@0: pkcs11p.h \ michael@0: pkcs11t.h \ michael@0: pkcs11n.h \ michael@0: pkcs11u.h \ michael@0: pkcs1sig.h \ michael@0: portreg.h \ michael@0: secasn1.h \ michael@0: secasn1t.h \ michael@0: seccomon.h \ michael@0: secder.h \ michael@0: secdert.h \ michael@0: secdig.h \ michael@0: secdigt.h \ michael@0: secitem.h \ michael@0: secoid.h \ michael@0: secoidt.h \ michael@0: secport.h \ michael@0: secerr.h \ michael@0: utilmodt.h \ michael@0: utilrename.h \ michael@0: utilpars.h \ michael@0: utilparst.h \ michael@0: $(NULL) michael@0: michael@0: PRIVATE_EXPORTS = \ michael@0: templates.c \ michael@0: $(NULL) michael@0: michael@0: CSRCS = \ michael@0: quickder.c \ michael@0: secdig.c \ michael@0: derdec.c \ michael@0: derenc.c \ michael@0: dersubr.c \ michael@0: dertime.c \ michael@0: errstrs.c \ michael@0: nssb64d.c \ michael@0: nssb64e.c \ michael@0: nssrwlk.c \ michael@0: nssilock.c \ michael@0: oidstring.c \ michael@0: pkcs1sig.c \ michael@0: portreg.c \ michael@0: secalgid.c \ michael@0: secasn1d.c \ michael@0: secasn1e.c \ michael@0: secasn1u.c \ michael@0: secitem.c \ michael@0: secload.c \ michael@0: secoid.c \ michael@0: sectime.c \ michael@0: secport.c \ michael@0: templates.c \ michael@0: utf8.c \ michael@0: utilmod.c \ michael@0: utilpars.c \ michael@0: $(NULL) michael@0: michael@0: MODULE = nss michael@0: michael@0: # don't duplicate module name in REQUIRES michael@0: MAPFILE = $(OBJDIR)/nssutil.def michael@0: michael@0: LIBRARY_NAME = nssutil michael@0: LIBRARY_VERSION = 3 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