2006-02-27 20:54:39 +08:00
|
|
|
# $PostgreSQL: pgsql/contrib/pg_buffercache/Makefile,v 1.3 2006/02/27 12:54:39 petere Exp $
|
2005-03-12 23:36:24 +08:00
|
|
|
|
|
|
|
MODULE_big = pg_buffercache
|
|
|
|
OBJS = pg_buffercache_pages.o
|
|
|
|
|
|
|
|
DATA_built = pg_buffercache.sql
|
2006-02-27 20:54:39 +08:00
|
|
|
DATA = uninstall_pg_buffercache.sql
|
2005-03-12 23:36:24 +08:00
|
|
|
DOCS = README.pg_buffercache
|
|
|
|
|
|
|
|
ifdef USE_PGXS
|
2005-09-28 01:13:14 +08:00
|
|
|
PGXS := $(shell pg_config --pgxs)
|
2005-03-12 23:36:24 +08:00
|
|
|
include $(PGXS)
|
|
|
|
else
|
|
|
|
subdir = contrib/pg_buffercache
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
|
|
|
endif
|