1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/dbm/src/manifest.mn Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +#! gmake 1.5 +# 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +CORE_DEPTH = ../../.. 1.11 + 1.12 +MODULE = dbm 1.13 + 1.14 +# 1.15 +# memmove.c, snprintf.c, and strerror.c are not in CSRCS because 1.16 +# the Standard C Library has memmove and strerror and DBM is not 1.17 +# using snprintf. 1.18 +# 1.19 + 1.20 +CSRCS = db.c \ 1.21 + h_bigkey.c \ 1.22 + h_func.c \ 1.23 + h_log2.c \ 1.24 + h_page.c \ 1.25 + hash.c \ 1.26 + hash_buf.c \ 1.27 + mktemp.c \ 1.28 + dirent.c \ 1.29 + $(NULL) 1.30 + 1.31 +LIBRARY_NAME = dbm