2008-09-30 19:17:07 +08:00
|
|
|
# $PostgreSQL: pgsql/contrib/pg_freespacemap/Makefile,v 1.5 2008/09/30 11:17:07 heikki Exp $
|
2006-02-12 11:55:53 +08:00
|
|
|
|
|
|
|
MODULE_big = pg_freespacemap
|
|
|
|
OBJS = pg_freespacemap.o
|
|
|
|
|
|
|
|
DATA_built = pg_freespacemap.sql
|
2006-10-01 02:15:48 +08:00
|
|
|
DATA = uninstall_pg_freespacemap.sql
|
2006-02-12 11:55:53 +08:00
|
|
|
|
|
|
|
ifdef USE_PGXS
|
2007-06-27 06:05:04 +08:00
|
|
|
PG_CONFIG = pg_config
|
|
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
2006-02-12 11:55:53 +08:00
|
|
|
include $(PGXS)
|
|
|
|
else
|
|
|
|
subdir = contrib/pg_freespacemap
|
|
|
|
top_builddir = ../..
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
|
|
|
endif
|