summaryrefslogtreecommitdiffstats
path: root/src/backend/storage/file/Makefile
blob: 660ac51807e79f64b9a43481b44bd7d43adffefb (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--
#    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 \
	fileset.o \
	reinit.o \
	sharedfileset.o

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