1 #-------------------------------------------------------------------------
4 # Makefile for access/nbtree
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/access
/nbtree
12 top_builddir
= ..
/..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtsearch.o \
16 nbtutils.o nbtsort.o nbtxlog.o
18 include $(top_srcdir
)/src
/backend
/common.mk