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: MODULE = nss michael@0: michael@0: CSRCS = \ michael@0: anchor.c \ michael@0: instance.c \ michael@0: slot.c \ michael@0: token.c \ michael@0: session.c \ michael@0: object.c \ michael@0: find.c \ michael@0: db.c \ michael@0: $(NULL) michael@0: michael@0: REQUIRES = dbm nspr michael@0: michael@0: LIBRARY_NAME = nssckdbm michael@0: michael@0: EXTRA_SHARED_LIBS = -L$(DIST)/lib -lnssckfw -lnssb -ldbm -lnspr4 -lplc4 -lplds4