summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/Makefile
blob: 88f1b658d41a1c453d449ec718472eb1377eb3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#-------------------------------------------------------------------------
#
# pgstattuple Makefile
#
# $Id: Makefile,v 1.1 2001/10/01 01:52:38 ishii Exp $
#
#-------------------------------------------------------------------------

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

MODULE_big	:= pgstattuple
SRCS		+= pgstattuple.c
OBJS		:= $(SRCS:.c=.o)
DOCS		:= README.pgstattuple README.pgstattuple.euc_jp
DATA_built	:= pgstattuple.sql

PG_CPPFLAGS	:=
SHLIB_LINK 	:=

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