mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
29 lines
312 B
Makefile
29 lines
312 B
Makefile
#! gmake
|
|
|
|
DEPTH = ../..
|
|
|
|
MODULE = dbm
|
|
|
|
EXPORTS = nsres.h \
|
|
cdefs.h \
|
|
mcom_db.h \
|
|
ncompat.h \
|
|
winfile.h \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = hsearch.h \
|
|
page.h \
|
|
extern.h \
|
|
ndbm.h \
|
|
queue.h \
|
|
hash.h \
|
|
mpool.h \
|
|
search.h \
|
|
$(NULL)
|
|
|
|
|
|
include $(DEPTH)/config/rules.mk
|
|
|
|
|
|
|