aboutsummaryrefslogtreecommitdiff
path: root/src/util/db2/Makefile.in
blob: 0d4634ff073295f0580c763981d11532a120fdab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
thisconfigdir=.
myfulldir=util/db2
mydir=.
BUILDTOP=$(REL)..$(S)..
LOCAL_SUBDIRS=hash btree db mpool recno clib test

LIB=db
LIBMAJOR=1
LIBMINOR=1
STOBJLISTS=hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST \
	recno/OBJS.ST clib/OBJS.ST
SUBDIROBJLISTS=$(STOBJLISTS)
RELDIR=../util/db2

HDRDIR=$(BUILDTOP)/include
HDRS =	$(HDRDIR)/db.h $(HDRDIR)/db-config.h $(HDRDIR)/db-ndbm.h

all-unix:: all-liblinks includes
clean-unix:: clean-liblinks clean-libs clean-includes
install-unix:: install-libs

includes:: $(HDRS)

$(HDRDIR)/db.h: $(srcdir)/include/db.h
	$(CP) $(srcdir)/include/db.h $@
$(HDRDIR)/db-config.h: include/db-config.h
	$(CP) include/db-config.h $@
$(HDRDIR)/db-ndbm.h: $(srcdir)/include/db-ndbm.h
	$(CP) $(srcdir)/include/db-ndbm.h $@

clean-includes::
	$(RM) $(HDRS)
# @lib_frag@