1 #-------------------------------------------------------------------------
4 # Makefile for access/heap
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/access
/heap
12 top_builddir
= ..
/..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= heapam.o hio.o pruneheap.o rewriteheap.o syncscan.o tuptoaster.o
17 include $(top_srcdir
)/src
/backend
/common.mk