aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/Makefile
blob: 82297606dc1491ca44ceaeeab985e7f632688674 (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 hashscan.o \
       hashsearch.o hashsort.o hashutil.o

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