]> granicus.if.org Git - postgresql/blob - src/backend/utils/init/Makefile
Arrange for SET LOCAL's effects to persist until the end of the current top
[postgresql] / src / backend / utils / init / Makefile
1 #-------------------------------------------------------------------------
2 #
3 # Makefile--
4 #    Makefile for utils/init
5 #
6 # IDENTIFICATION
7 #    $PostgreSQL: pgsql/src/backend/utils/init/Makefile,v 1.21 2007/01/20 17:16:13 petere Exp $
8 #
9 #-------------------------------------------------------------------------
10
11 subdir = src/backend/utils/init
12 top_builddir = ../../../..
13 include $(top_builddir)/src/Makefile.global
14
15 OBJS = flatfiles.o globals.o miscinit.o postinit.o
16
17 all: SUBSYS.o
18
19 SUBSYS.o: $(OBJS)
20         $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
21
22 clean: 
23         rm -f SUBSYS.o $(OBJS)