aboutsummaryrefslogtreecommitdiff
path: root/contrib/pgbench/Makefile
blob: e52e577931c0d134212dd1beaf32ef91eba45b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Header: /cvsroot/pgsql/contrib/pgbench/Makefile,v 1.10 2001/09/06 10:49:30 petere Exp $

subdir = contrib/pgbench
top_builddir = ../..
include $(top_builddir)/src/Makefile.global

PROGRAM = pgbench
OBJS	= pgbench.o

PG_CPPFLAGS = -I$(libpq_srcdir)
PG_LIBS = $(libpq)

DOCS = README.pgbench README.pgbench_jis

include $(top_srcdir)/contrib/contrib-global.mk