summaryrefslogtreecommitdiff
path: root/src/backend/storage/Makefile
blob: 2afb42ca96e4080da5b321ca52cd33d5775bfd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Makefile for the storage manager subsystem
#
# src/backend/storage/Makefile
#

subdir = src/backend/storage
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global

SUBDIRS = \
	aio \
	buffer \
	file \
	freespace \
	ipc \
	large_object \
	lmgr \
	page \
	smgr \
	sync

include $(top_srcdir)/src/backend/common.mk