andre@3: # andre@3: # This Source Code Form is subject to the terms of the Mozilla Public andre@3: # License, v. 2.0. If a copy of the MPL was not distributed with this andre@3: # file, You can obtain one at http://mozilla.org/MPL/2.0/. andre@3: CORE_DEPTH = ../../.. andre@3: andre@3: MODULE = nss andre@3: andre@3: REQUIRES = dbm andre@3: andre@3: LIBRARY_NAME = nssdbm andre@3: LIBRARY_VERSION = 3 andre@3: MAPFILE = $(OBJDIR)/nssdbm.def andre@3: andre@3: DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" andre@3: andre@3: CSRCS = \ andre@3: dbmshim.c \ andre@3: keydb.c \ andre@3: lgattr.c \ andre@3: lgcreate.c \ andre@3: lgdestroy.c \ andre@3: lgfind.c \ andre@3: lginit.c \ andre@3: lgutil.c \ andre@3: lowcert.c \ andre@3: lowkey.c \ andre@3: pcertdb.c \ andre@3: pk11db.c \ andre@3: $(NULL) andre@3: