*.o
postgis_config.h
postgis/Makefile
-postgis/legacy_compatibility_layer.sql
-postgis/legacy_compatibility_layer.sql.in
+postgis/legacy_minimal.sql
+postgis/legacy_minimal.sql.in
postgis/legacy.sql
postgis/legacy.sql.in
postgis/postgis.sql
MODULEDIR=contrib/$(MODULE_big)
# Files to be copied to the contrib/ directory
-DATA_built=postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_compatibility_layer.sql
+DATA_built=postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql
DATA=../spatial_ref_sys.sql
# SQL objects (files requiring C pre-processing)
-SQL_OBJS=postgis.sql.in legacy.sql.in legacy_compatibility_layer.sql.in
+SQL_OBJS=postgis.sql.in legacy.sql.in legacy_minimal.sql.in
# PostgreSQL objects
PG_OBJS= \
-- $Id$
-- Legacy functions without chip functions --
--- This is the full list including the legacy_compatibility_layer.sql (minimal)
+-- This is the full list including the legacy_minimal.sql (minimal)
-- so no need to install both legacy and the minimal
-#include "legacy_compatibility_layer.sql.in.c"
+#include "legacy_minimal.sql.in.c"
--- start functions that in theory should never have been used or internal like stuff deprecated
-- these were superceded by PostGIS_AddBBOX , PostGIS_DropBBOX, PostGIS_HasBBOX in 1.5 --