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

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

OBJS = heapam.o  heapam_visibility.o hio.o pruneheap.o rewriteheap.o \
	syncscan.o tuptoaster.o vacuumlazy.o visibilitymap.o

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