postgresql/contrib/pg_upgrade_support/Makefile

19 lines
388 B
Makefile
Raw Normal View History

#
# Makefile for pg_upgrade_support
#
PGFILEDESC = "pg_upgrade_support - shared library functions for pg_upgrade"
MODULES = pg_upgrade_support
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/pg_upgrade
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif