2 # Makefile for the access methods module
4 # src/backend/access/Makefile
7 subdir
= src
/backend
/access
8 top_builddir
= ..
/..
/..
9 include $(top_builddir
)/src
/Makefile.global
11 SUBDIRS
= brin common gin gist hash heap index nbtree rmgrdesc spgist \
12 table tablesample transam
14 include $(top_srcdir
)/src
/backend
/common.mk