mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
19 lines
233 B
Makefile
19 lines
233 B
Makefile
#! gmake
|
|
|
|
DEPTH = ..
|
|
topsrcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = dbm
|
|
|
|
RELEASE = dbm
|
|
|
|
DIRS = include \
|
|
src \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|