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

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

OBJS = brin.o brin_pageops.o brin_revmap.o brin_tuple.o brin_xlog.o \
       brin_minmax.o brin_inclusion.o

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