You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/storage/Makefile

13 lines
294 B

#
# Makefile for the storage manager subsystem
#
# 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
include $(top_srcdir)/src/backend/common.mk