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: michael@0: CORE_DEPTH = ../.. michael@0: michael@0: EXPORTS = \ michael@0: cms.h \ michael@0: cmst.h \ michael@0: smime.h \ michael@0: cmsreclist.h \ michael@0: $(NULL) michael@0: michael@0: PRIVATE_EXPORTS = \ michael@0: cmslocal.h \ michael@0: $(NULL) michael@0: michael@0: MODULE = nss michael@0: MAPFILE = $(OBJDIR)/smime.def michael@0: michael@0: CSRCS = \ michael@0: cmsarray.c \ michael@0: cmsasn1.c \ michael@0: cmsattr.c \ michael@0: cmscinfo.c \ michael@0: cmscipher.c \ michael@0: cmsdecode.c \ michael@0: cmsdigdata.c \ michael@0: cmsdigest.c \ michael@0: cmsencdata.c \ michael@0: cmsencode.c \ michael@0: cmsenvdata.c \ michael@0: cmsmessage.c \ michael@0: cmspubkey.c \ michael@0: cmsrecinfo.c \ michael@0: cmsreclist.c \ michael@0: cmssigdata.c \ michael@0: cmssiginfo.c \ michael@0: cmsudf.c \ michael@0: cmsutil.c \ michael@0: smimemessage.c \ michael@0: smimeutil.c \ michael@0: smimever.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = smime 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