]> granicus.if.org Git - postgresql/blob - src/backend/access/hash/Makefile
e2e7e91493198df567a8457cb4ab6ec7742ea4d6
[postgresql] / src / backend / access / hash / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile--
4 #    Makefile for access/hash
5 #
6 # IDENTIFICATION
7 #    src/backend/access/hash/Makefile
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/backend/access/hash
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
14
15 OBJS = hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashsearch.o \
16        hashsort.o hashutil.o hashvalidate.o
17
18 include $(top_srcdir)/src/backend/common.mk