postgresql/src/backend/storage/buffer/Makefile

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

23 lines
490 B
Makefile
Raw Normal View History

#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for storage/buffer
#
# IDENTIFICATION
2010-09-20 22:08:53 +02:00
# src/backend/storage/buffer/Makefile
#
#-------------------------------------------------------------------------
subdir = src/backend/storage/buffer
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = \
buf_init.o \
buf_table.o \
bufmgr.o \
freelist.o \
localbuf.o
include $(top_srcdir)/src/backend/common.mk