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

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

OBJS = \
	partbounds.o \
	partdesc.o \
	partprune.o

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