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: EXPORTS = cdefs.h \ andre@3: mcom_db.h \ andre@3: ncompat.h \ andre@3: winfile.h \ andre@3: $(NULL) andre@3: andre@3: PRIVATE_EXPORTS = hsearch.h \ andre@3: page.h \ andre@3: extern.h \ andre@3: queue.h \ andre@3: hash.h \ andre@3: mpool.h \ andre@3: search.h \ andre@3: $(NULL) andre@3: