# SQL preprocessor
SQLPP = @SQLPP@
GREP=@GREP@
-PERL=@PERL@
EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
MODULE_big = address_standardizer
PGVER := $(shell $(PG_CONFIG) --version)
-
-# Set PERL _after_ the include of PGXS
-PERL=@PERL@
-
# Borrow the $libdir substitution from PGXS but customise by running the preprocessor
# and adding the version number
sql/%.sql: %.sql.in
../../raster/rt_pg/rtpostgis_drop.sql \
../../raster/rt_pg/uninstall_rtpostgis.sql
-#DOCS = $(wildcard ../../doc/html/*.html)
PG_CONFIG = @PG_CONFIG@
SQL_BITS = $(wildcard sql/*.sql)
EXTENSION_UNPACKAGED_UPGRADE_SCRIPTS = \
sql/rtpostgis.sql
-#DOCS = $(wildcard ../../doc/html/*.html)
PG_CONFIG = @PG_CONFIG@
SQL_BITS = $(wildcard sql/*.sql)
EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
GREP = @GREP@
-PERL = @PERL@
MICRO_NUMBER = $(shell echo $(EXTVERSION) | \
$(PERL) -pe 's/\d.\d.(\d+)[a-zA-Z]*\d*/$1/'
EXTVERSION = @POSTGIS_LIB_VERSION@
MINORVERSION = @POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
GREP = @GREP@
-PERL = @PERL@
MICRO_NUMBER = $(shell echo $(EXTVERSION) | sed "s/[0-9]\.[0-9]\.\([0-9]*\)[a-zA-Z]*[0-9]*/\1/")
PREREL_NUMBER = $(shell echo $(EXTVERSION) | \