blob: 24a9ae804fe0e890c42bd860d39b874446ef6994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#-------------------------------------------------------------------------
#
# Makefile--
# Makefile for utils/init
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/backend/utils/init/Makefile,v 1.23 2009/09/01 02:54:51 alvherre Exp $
#
#-------------------------------------------------------------------------
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
|