Revert commit 66c0185a3 and follow-on patches.
[pgsql.git] / contrib / pg_buffercache / Makefile
blobeae65ead9e5021cad062f7df0abc9160fb8575ae
1 # contrib/pg_buffercache/Makefile
3 MODULE_big = pg_buffercache
4 OBJS = \
5 $(WIN32RES) \
6 pg_buffercache_pages.o
8 EXTENSION = pg_buffercache
9 DATA = pg_buffercache--1.2.sql pg_buffercache--1.2--1.3.sql \
10 pg_buffercache--1.1--1.2.sql pg_buffercache--1.0--1.1.sql \
11 pg_buffercache--1.3--1.4.sql pg_buffercache--1.4--1.5.sql
12 PGFILEDESC = "pg_buffercache - monitoring of shared buffer cache in real-time"
14 REGRESS = pg_buffercache
16 ifdef USE_PGXS
17 PG_CONFIG = pg_config
18 PGXS := $(shell $(PG_CONFIG) --pgxs)
19 include $(PGXS)
20 else
21 subdir = contrib/pg_buffercache
22 top_builddir = ../..
23 include $(top_builddir)/src/Makefile.global
24 include $(top_srcdir)/contrib/contrib-global.mk
25 endif