summaryrefslogtreecommitdiffstats
path: root/src/backend/access/index/Makefile
blob: 6f2e3061a84aebd77045125e9b29f23876fd536c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for access/index
#
# IDENTIFICATION
#    src/backend/access/index/Makefile
#
#-------------------------------------------------------------------------

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

OBJS = \
	amapi.o \
	amvalidate.o \
	genam.o \
	indexam.o

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