summaryrefslogtreecommitdiffstats
path: root/src/backend/storage/file/Makefile
blob: 5e1291bf2d58be46796f7976986bc11fe4ec8fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for storage/file
#
# IDENTIFICATION
#    src/backend/storage/file/Makefile
#
#-------------------------------------------------------------------------

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

OBJS = \
	buffile.o \
	copydir.o \
	fd.o \
	reinit.o \
	sharedfileset.o

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