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

subdir = src/backend/utils/init
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

OBJS = \
	globals.o \
	miscinit.o \
	postinit.o

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