postgresql/contrib/pgstattuple/Makefile

24 lines
644 B
Makefile
Raw Normal View History

2001-10-01 03:52:38 +02:00
#-------------------------------------------------------------------------
#
# pgstattuple Makefile
#
2009-04-28 19:07:50 +02:00
# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.10 2009/04/28 17:07:50 momjian Exp $
2001-10-01 03:52:38 +02:00
#
#-------------------------------------------------------------------------
MODULE_big = pgstattuple
OBJS = pgstattuple.o pgstatindex.o
DATA_built = pgstattuple.sql
DATA = uninstall_pgstattuple.sql
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
2001-10-01 03:52:38 +02:00
subdir = contrib/pgstattuple
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif