aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2/mpool/Makefile.in
blob: e554d59933138b5c7cd19b8c1ab2bf1944f8b6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisconfigdir=../../../../..
myfulldir=plugins/kdb/db2/libdb2/mpool
mydir=plugins/kdb/db2/libdb2/mpool
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..$(S)..
STLIBOBJS=mpool.o

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

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

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