mirror of
https://github.com/postgres/postgres.git
synced 2026-04-14 05:27:20 -04:00
13 lines
281 B
Makefile
13 lines
281 B
Makefile
#
|
|
# 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
|
|
|
|
include $(top_srcdir)/src/backend/common.mk
|