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

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

OBJS = hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashsearch.o \
       hashsort.o hashutil.o hashvalidate.o hash_xlog.o

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