blob: 0366d59624e80fc3ee643f5fc301e9a65eb736bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Makefile for the access methods module
#
# src/backend/access/Makefile
#
subdir = src/backend/access
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = common gist hash heap index nbtree transam gin spgist
include $(top_srcdir)/src/backend/common.mk
|