1 #-------------------------------------------------------------------------
4 # Makefile for access/hash
9 #-------------------------------------------------------------------------
11 subdir
= src
/backend
/access
/hash
12 top_builddir
= ..
/..
/..
/..
13 include $(top_builddir
)/src
/Makefile.global
15 OBJS
= hash.o hashfunc.o hashinsert.o hashovfl.o hashpage.o hashscan.o \
16 hashsearch.o hashsort.o hashutil.o
18 include $(top_srcdir
)/src
/backend
/common.mk