summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/Makefile
blob: bbb21d235c066a83f84c70bd8d0e6f27059c30e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for access/nbtree
#
# IDENTIFICATION
#    src/backend/access/nbtree/Makefile
#
#-------------------------------------------------------------------------

subdir = src/backend/access/nbtree
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

OBJS = nbtcompare.o nbtinsert.o nbtpage.o nbtree.o nbtsearch.o \
       nbtutils.o nbtsort.o nbtvalidate.o nbtxlog.o

include $(top_srcdir)/src/backend/common.mk