aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/recno/Makefile.in
blob: 4d6b9a508416b7411f4b9915f8a215913b576b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
thisconfigdir=./..
myfulldir=plugins/kdb/db2/libdb2/recno
mydir=recno
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS=	rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o \
		rec_search.o rec_seq.o rec_utils.o

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

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