aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/hash/Makefile.in
blob: 2283552a2f4fa9f65d452e456275e7b99d88c6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mydir=plugins$(S)kdb$(S)db2$(S)libdb2$(S)hash
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS=	hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
		hash_page.o hsearch.o dbm.o

LOCALINCLUDES=	-I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
		-I$(srcdir)/../db

all-unix: all-libobjs
clean-unix:: clean-libobjs
@libobj_frag@

SRCS= $(STLIBOBJS:.o=.c)