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

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

OBJS = gist.o gistutil.o gistxlog.o gistvacuum.o gistget.o gistscan.o \
       gistproc.o gistsplit.o gistbuild.o gistbuildbuffers.o

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