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