OSDN Git Service

Standard pgindent run for 8.1.
[pg-rex/syncrep.git] / contrib / vacuumlo / Makefile
1 # $PostgreSQL: pgsql/contrib/vacuumlo/Makefile,v 1.15 2005/09/27 17:13:13 tgl Exp $
2
3 PROGRAM = vacuumlo
4 OBJS    = vacuumlo.o
5
6 PG_CPPFLAGS = -I$(libpq_srcdir)
7 PG_LIBS = $(libpq_pgport)
8
9 DOCS = README.vacuumlo
10
11 ifdef USE_PGXS
12 PGXS := $(shell pg_config --pgxs)
13 include $(PGXS)
14 else
15 subdir = contrib/vacuumlo
16 top_builddir = ../..
17 include $(top_builddir)/src/Makefile.global
18 include $(top_srcdir)/contrib/contrib-global.mk
19 endif