1#-------------------------------------------------------------------------
2#
3# Makefile--
4#    Makefile for access/heap
5#
6# IDENTIFICATION
7#    src/backend/access/heap/Makefile
8#
9#-------------------------------------------------------------------------
10
11subdir = src/backend/access/heap
12top_builddir = ../../../..
13include $(top_builddir)/src/Makefile.global
14
15OBJS = heapam.o hio.o pruneheap.o rewriteheap.o syncscan.o tuptoaster.o visibilitymap.o
16
17include $(top_srcdir)/src/backend/common.mk
18