postgresql/src/backend/storage/file/Makefile

24 lines
493 B
Makefile

#-------------------------------------------------------------------------
#
# 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