michael@0: #! gmake 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 = dbm michael@0: michael@0: # michael@0: # memmove.c, snprintf.c, and strerror.c are not in CSRCS because michael@0: # the Standard C Library has memmove and strerror and DBM is not michael@0: # using snprintf. michael@0: # michael@0: michael@0: CSRCS = db.c \ michael@0: h_bigkey.c \ michael@0: h_func.c \ michael@0: h_log2.c \ michael@0: h_page.c \ michael@0: hash.c \ michael@0: hash_buf.c \ michael@0: mktemp.c \ michael@0: dirent.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = dbm