aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index/Makefile
blob: cb38be8f557cd0552b355ef23b2a6029c0a02aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------------------------------
#
# 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