# *
# * PostGIS - Spatial Types for PostgreSQL
# * http://postgis.net
-# *
+# *
# * Copyright (C) 2011-2012 Sandro Santilli <strk@keybit.net>
# * Copyright (C) 2009-2011 Paul Ramsey <pramsey@cleverelephant.ca>
# * Copyright (C) 2008-2009 Mark Cave-Ayland
# colons in drive letters will break PATH.
PGSQL_BINDIR=$(shell cd "@PGSQL_BINDIR@" && pwd)
-# Where we put our regression installation
+# Where we put our regression installation
ifeq ($(MINGWBUILD),1)
srcdir=$(shell bash -c "pwd -W")
else
endif
REGRESS_INSTALLDIR=$(srcdir)/00-regress-install
-#
+#
# Put path from pg_config into front of search path
#
PATH := $(PGSQL_BINDIR):$(PATH)
ifeq ($(shell expr $(POSTGIS_GEOS_VERSION) ">=" 33),1)
# GEOS-3.3 adds:
# ST_RelateMatch, ST_IsValidDetail, ST_SharedPaths ,
- # ST_Snap, ST_UnaryUnion, ST_MakeClean
+ # ST_Snap, ST_UnaryUnion, ST_MakeClean
TESTS += \
offsetcurve \
relatematch \
# GEOS-3.4 adds:
# ST_DelaunayTriangles
TESTS += \
- delaunaytriangles
+ delaunaytriangles
endif
TESTS += \
interrupt_buffer
endif
-
+
endif
# JSON-C adds:
# ST_GeomFromGeoJSON()
TESTS += \
- in_geojson
+ in_geojson
endif
ifeq ($(HAVE_SFCGAL),yes)