summaryrefslogtreecommitdiffstats
path: root/src/backend/access/table/Makefile
blob: 9aba3ff489ea2cf71e2148c332eebb97276e45fc (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/table
#
# IDENTIFICATION
#    src/backend/access/table/Makefile
#
#-------------------------------------------------------------------------

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

OBJS = \
	table.o \
	tableam.o \
	tableamapi.o \
	toast_helper.o

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