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: MODULE = nss michael@0: michael@0: REQUIRES = dbm michael@0: michael@0: LIBRARY_NAME = nssdbm michael@0: LIBRARY_VERSION = 3 michael@0: MAPFILE = $(OBJDIR)/nssdbm.def michael@0: michael@0: DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" michael@0: michael@0: CSRCS = \ michael@0: dbmshim.c \ michael@0: keydb.c \ michael@0: lgattr.c \ michael@0: lgcreate.c \ michael@0: lgdestroy.c \ michael@0: lgfind.c \ michael@0: lginit.c \ michael@0: lgutil.c \ michael@0: lowcert.c \ michael@0: lowkey.c \ michael@0: pcertdb.c \ michael@0: pk11db.c \ michael@0: $(NULL) michael@0: