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