2010-09-20 16:08:53 -04:00
|
|
|
# contrib/intagg/Makefile
|
2002-02-24 22:45:27 -05:00
|
|
|
|
2011-02-14 20:59:42 -05:00
|
|
|
EXTENSION = intagg
|
2020-02-19 16:59:14 -05:00
|
|
|
DATA = intagg--1.1.sql intagg--1.0--1.1.sql
|
2002-02-24 22:45:27 -05:00
|
|
|
|
2004-08-20 16:13:10 -04:00
|
|
|
ifdef USE_PGXS
|
2007-06-26 18:05:04 -04:00
|
|
|
PG_CONFIG = pg_config
|
|
|
|
|
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
2004-08-20 16:13:10 -04:00
|
|
|
include $(PGXS)
|
|
|
|
|
else
|
|
|
|
|
subdir = contrib/intagg
|
|
|
|
|
top_builddir = ../..
|
|
|
|
|
include $(top_builddir)/src/Makefile.global
|
2002-02-24 22:45:27 -05:00
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|
2004-08-20 16:13:10 -04:00
|
|
|
endif
|