You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pgstattuple/Makefile

22 lines
565 B

#-------------------------------------------------------------------------
#
# 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