summaryrefslogtreecommitdiff
path: root/dbm/Makefile.in
blob: 1a6b868226bdc935ae7cbcc82043848141dafffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! gmake

DEPTH = ..
topsrcdir	= @top_srcdir@
VPATH		= @srcdir@
srcdir		= @srcdir@

include $(DEPTH)/config/autoconf.mk

MODULE = dbm

RELEASE = dbm

DIRS =  include \
        src     \
	$(NULL)

ifdef ENABLE_TESTS
DIRS += tests
endif

include $(topsrcdir)/config/rules.mk