postgresql/src/backend/storage/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
299 B
Makefile
Raw Normal View History

#
# Makefile for the storage manager subsystem
#
2010-09-20 22:08:53 +02:00
# src/backend/storage/Makefile
#
subdir = src/backend/storage
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
SUBDIRS = buffer file freespace ipc large_object lmgr page smgr sync
include $(top_srcdir)/src/backend/common.mk