blob: 66175ae7da8ed916a7a363d2bac515676bfacc53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for access/heap
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/access/heap/Makefile,v 1.18 2008/02/19 10:30:06 petere Exp $
#
#-------------------------------------------------------------------------
subdir = src/backend/access/heap
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = heapam.o hio.o pruneheap.o rewriteheap.o syncscan.o tuptoaster.o
include $(top_srcdir)/src/backend/common.mk
|