Skip to content
Commits on Source (183)
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -4,3 +4,11 @@ AM_CFLAGS = -g -DDEBUG
AM_CXXFLAGS = -g -DDEBUG $(GOMPFLAGS)
endif
ACLOCAL_AMFLAGS = -I m4
# additional directories to package
EXTRA_DIST = ./src/scripting
toolchainsdir = $(pkgdatadir)/toolchains
dist_toolchains_DATA = src/scripting/toolchains/*.xml
# Makefile.in generated by automake 1.14.1 from Makefile.am.
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -13,8 +13,19 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
......@@ -78,12 +89,9 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = .
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in AUTHORS COPYING ChangeLog NEWS README \
compile config.guess config.sub install-sh missing ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_gdal.m4 \
$(top_srcdir)/m4/ax_lib_postgresql.m4 \
$(top_srcdir)/m4/ax_pkg_swig.m4 \
$(top_srcdir)/m4/ax_python_devel.m4 \
$(top_srcdir)/m4/ax_swig_enable_cxx.m4 \
......@@ -93,6 +101,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_postgresql.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(dist_toolchains_DATA) \
$(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
......@@ -126,6 +137,35 @@ am__can_run_installinfo = \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(toolchainsdir)"
DATA = $(dist_toolchains_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
......@@ -156,6 +196,9 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
COPYING ChangeLog NEWS README compile config.guess config.sub \
install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
......@@ -230,6 +273,13 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GDAL2FLAGS = @GDAL2FLAGS@
GDAL_CFLAGS = @GDAL_CFLAGS@
GDAL_CONFIG = @GDAL_CONFIG@
GDAL_DEP_LDFLAGS = @GDAL_DEP_LDFLAGS@
GDAL_LDFLAGS = @GDAL_LDFLAGS@
GDAL_OGR_ENABLED = @GDAL_OGR_ENABLED@
GDAL_VERSION = @GDAL_VERSION@
GOMPFLAGS = @GOMPFLAGS@
GREP = @GREP@
HARU_LIB = @HARU_LIB@
......@@ -248,6 +298,7 @@ LN_S = @LN_S@
LOCAL_INCS = @LOCAL_INCS@
LOCAL_LIBS = @LOCAL_LIBS@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
......@@ -337,6 +388,7 @@ program_transform_name = @program_transform_name@
psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
......@@ -349,6 +401,11 @@ SUBDIRS = . src
@DEBUG_TRUE@AM_CFLAGS = -g -DDEBUG
@DEBUG_TRUE@AM_CXXFLAGS = -g -DDEBUG $(GOMPFLAGS)
ACLOCAL_AMFLAGS = -I m4
# additional directories to package
EXTRA_DIST = ./src/scripting
toolchainsdir = $(pkgdatadir)/toolchains
dist_toolchains_DATA = src/scripting/toolchains/*.xml
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
......@@ -368,7 +425,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
......@@ -411,6 +467,27 @@ clean-libtool:
distclean-libtool:
-rm -f libtool config.lt
install-dist_toolchainsDATA: $(dist_toolchains_DATA)
@$(NORMAL_INSTALL)
@list='$(dist_toolchains_DATA)'; test -n "$(toolchainsdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(toolchainsdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(toolchainsdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(toolchainsdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(toolchainsdir)" || exit $$?; \
done
uninstall-dist_toolchainsDATA:
@$(NORMAL_UNINSTALL)
@list='$(dist_toolchains_DATA)'; test -n "$(toolchainsdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(toolchainsdir)'; $(am__uninstall_files_from_dir)
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
......@@ -599,15 +676,15 @@ dist-xz: distdir
$(am__post_remove_distdir)
dist-tarZ: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
dist-shar: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)
......@@ -643,17 +720,17 @@ distcheck: dist
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
mkdir $(distdir)/_build $(distdir)/_inst
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
chmod a-w $(distdir)
test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
&& $(am__cd) $(distdir)/_build \
&& ../configure \
&& $(am__cd) $(distdir)/_build/sub \
&& ../../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=.. --prefix="$$dc_install_base" \
--srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
......@@ -708,9 +785,12 @@ distcleancheck: distclean
exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile config.h
all-am: Makefile $(DATA) config.h
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(toolchainsdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
......@@ -763,7 +843,7 @@ info: info-recursive
info-am:
install-data-am:
install-data-am: install-dist_toolchainsDATA
install-dvi: install-dvi-recursive
......@@ -809,7 +889,7 @@ ps: ps-recursive
ps-am:
uninstall-am:
uninstall-am: uninstall-dist_toolchainsDATA
.MAKE: $(am__recursive_targets) all install-am install-strip
......@@ -821,14 +901,17 @@ uninstall-am:
distclean-hdr distclean-libtool distclean-tags distcleancheck \
distdir distuninstallcheck dvi dvi-am html html-am info \
info-am install install-am install-data install-data-am \
install-dvi install-dvi-am install-exec install-exec-am \
install-html install-html-am install-info install-info-am \
install-man install-pdf install-pdf-am install-ps \
install-ps-am install-strip installcheck installcheck-am \
installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am
install-dist_toolchainsDATA install-dvi install-dvi-am \
install-exec install-exec-am install-html install-html-am \
install-info install-info-am install-man install-pdf \
install-pdf-am install-ps install-ps-am install-strip \
installcheck installcheck-am installdirs installdirs-am \
maintainer-clean maintainer-clean-generic mostlyclean \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am \
uninstall-dist_toolchainsDATA
.PRECIOUS: Makefile
# Tell versions [3.59,3.63) of GNU make to not export all variables.
......
File mode changed from 100644 to 100755
_______________________________________________________________________________
SAGA 2.2.0 - System for Automated Geoscientific Analyses
SAGA 2.3.1 - System for Automated Geoscientific Analyses
_______________________________________________________________________________
* Introduction
......
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
# generated automatically by aclocal 1.15 -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
# generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.14'
[am__api_version='1.15'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.14.1], [],
m4_if([$1], [1.15], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
......@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.14.1])dnl
[AM_AUTOMAKE_VERSION([1.15])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -103,15 +103,14 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# configured tree to be moved without reconfiguration.
AC_DEFUN([AM_AUX_DIR_EXPAND],
[dnl Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])dnl
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
# Expand $ac_aux_dir to an absolute path.
am_aux_dir=`cd "$ac_aux_dir" && pwd`
])
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -142,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]])
fi])])
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -333,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
# Generate code to set up dependency tracking. -*- Autoconf -*-
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -409,7 +408,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -499,8 +498,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
# We need awk for the "check" target (and possibly the TAP driver). The
# system "awk" is bad on some platforms.
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
......@@ -573,7 +572,11 @@ to "yes", and re-run configure.
END
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
fi
fi])
fi
dnl The trailing newline in this macro's definition is deliberate, for
dnl backward compatibility and to allow trailing 'dnl'-style comments
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
])
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
......@@ -602,7 +605,7 @@ for _am_header in $config_headers :; do
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -613,7 +616,7 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
if test x"${install_sh}" != xset; then
if test x"${install_sh+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
......@@ -623,7 +626,7 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST([install_sh])])
# Copyright (C) 2003-2013 Free Software Foundation, Inc.
# Copyright (C) 2003-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -644,7 +647,7 @@ AC_SUBST([am__leading_dot])])
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -694,7 +697,7 @@ rm -f confinc confmf
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
# Copyright (C) 1997-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -733,7 +736,7 @@ fi
# Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -762,7 +765,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -809,7 +812,7 @@ AC_LANG_POP([C])])
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1044,7 +1047,7 @@ for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
sys.exit(sys.hexversion < minverhex)"
AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1063,7 +1066,7 @@ AC_DEFUN([AM_RUN_LOG],
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Copyright (C) 1996-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1144,7 +1147,7 @@ AC_CONFIG_COMMANDS_PRE(
rm -f conftest.file
])
# Copyright (C) 2009-2013 Free Software Foundation, Inc.
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1204,7 +1207,7 @@ AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
# Copyright (C) 2001-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1232,7 +1235,7 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Copyright (C) 2006-2013 Free Software Foundation, Inc.
# Copyright (C) 2006-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1251,7 +1254,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004-2013 Free Software Foundation, Inc.
# Copyright (C) 2004-2014 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......@@ -1382,6 +1385,7 @@ AC_SUBST([am__tar])
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
m4_include([m4/ax_lib_gdal.m4])
m4_include([m4/ax_lib_postgresql.m4])
m4_include([m4/ax_pkg_swig.m4])
m4_include([m4/ax_python_devel.m4])
......
......@@ -3,7 +3,7 @@
scriptversion=2012-10-14.11; # UTC
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
......
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
# Copyright 1992-2015 Free Software Foundation, Inc.
timestamp='2013-06-10'
timestamp='2015-08-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
......@@ -24,12 +24,12 @@ timestamp='2013-06-10'
# program. This Exception is an additional permission under section 7
# of the GNU General Public License, version 3 ("GPLv3").
#
# Originally written by Per Bothner.
# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
#
# You can get the latest version of this script from:
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
#
# Please send patches with a ChangeLog entry to config-patches@gnu.org.
# Please send patches to <config-patches@gnu.org>.
me=`echo "$0" | sed -e 's,.*/,,'`
......@@ -50,7 +50,7 @@ version="\
GNU config.guess ($timestamp)
Originally written by Per Bothner.
Copyright 1992-2013 Free Software Foundation, Inc.
Copyright 1992-2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
......@@ -149,7 +149,7 @@ Linux|GNU|GNU/*)
LIBC=gnu
#endif
EOF
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
;;
esac
......@@ -168,20 +168,27 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
# Note: NetBSD doesn't particularly care about the vendor
# portion of the name. We always set it to "unknown".
sysctl="sysctl -n hw.machine_arch"
UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
/usr/sbin/$sysctl 2>/dev/null || echo unknown)`
UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
/sbin/$sysctl 2>/dev/null || \
/usr/sbin/$sysctl 2>/dev/null || \
echo unknown)`
case "${UNAME_MACHINE_ARCH}" in
armeb) machine=armeb-unknown ;;
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
sh5el) machine=sh5le-unknown ;;
earmv*)
arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
machine=${arch}${endian}-unknown
;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
# to ELF recently, or will in the future.
case "${UNAME_MACHINE_ARCH}" in
arm*|i386|m68k|ns32k|sh3*|sparc|vax)
arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
eval $set_cc_for_build
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
| grep -q __ELF__
......@@ -197,6 +204,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
os=netbsd
;;
esac
# Determine ABI tags.
case "${UNAME_MACHINE_ARCH}" in
earm*)
expr='s/^earmv[0-9]/-eabi/;s/eb$//'
abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
;;
esac
# The OS release
# Debian GNU/NetBSD machines have a different userland, and
# thus, need a distinct triplet. However, they do not need
......@@ -207,13 +221,13 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
release='-gnu'
;;
*)
release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
;;
esac
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
# contains redundant information, the shorter form:
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
echo "${machine}-${os}${release}"
echo "${machine}-${os}${release}${abi}"
exit ;;
*:Bitrig:*:*)
UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
......@@ -235,6 +249,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
exit ;;
*:Sortix:*:*)
echo ${UNAME_MACHINE}-unknown-sortix
exit ;;
alpha:OSF1:*:*)
case $UNAME_RELEASE in
*4.0)
......@@ -579,8 +596,9 @@ EOF
else
IBM_ARCH=powerpc
fi
if [ -x /usr/bin/oslevel ] ; then
IBM_REV=`/usr/bin/oslevel`
if [ -x /usr/bin/lslpp ] ; then
IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
else
IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
fi
......@@ -826,7 +844,7 @@ EOF
*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
i*:MSYS*:*)
*:MSYS*:*)
echo ${UNAME_MACHINE}-pc-msys
exit ;;
i*:windows32*:*)
......@@ -932,6 +950,9 @@ EOF
crisv32:Linux:*:*)
echo ${UNAME_MACHINE}-axis-linux-${LIBC}
exit ;;
e2k:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
frv:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
......@@ -969,10 +990,10 @@ EOF
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
;;
or1k:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
openrisc*:Linux:*:*)
echo or1k-unknown-linux-${LIBC}
exit ;;
or32:Linux:*:*)
or32:Linux:*:* | or1k*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
padre:Linux:*:*)
......@@ -1020,7 +1041,7 @@ EOF
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
exit ;;
x86_64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
echo ${UNAME_MACHINE}-pc-linux-${LIBC}
exit ;;
xtensa*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
......@@ -1260,6 +1281,7 @@ EOF
if test "$UNAME_PROCESSOR" = unknown ; then
UNAME_PROCESSOR=powerpc
fi
if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
......@@ -1271,6 +1293,15 @@ EOF
esac
fi
fi
elif test "$UNAME_PROCESSOR" = i386 ; then
# Avoid executing cc on OS X 10.9, as it ships with a stub
# that puts up a graphical alert prompting to install
# developer tools. Any system running Mac OS X 10.7 or
# later (Darwin 11 and later) is required to have a 64-bit
# processor. This is not true of the ARM version of Darwin
# that Apple uses in portable devices.
UNAME_PROCESSOR=x86_64
fi
echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
exit ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)
......@@ -1361,154 +1392,6 @@ EOF
exit ;;
esac
eval $set_cc_for_build
cat >$dummy.c <<EOF
#ifdef _SEQUENT_
# include <sys/types.h>
# include <sys/utsname.h>
#endif
main ()
{
#if defined (sony)
#if defined (MIPSEB)
/* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
I don't know.... */
printf ("mips-sony-bsd\n"); exit (0);
#else
#include <sys/param.h>
printf ("m68k-sony-newsos%s\n",
#ifdef NEWSOS4
"4"
#else
""
#endif
); exit (0);
#endif
#endif
#if defined (__arm) && defined (__acorn) && defined (__unix)
printf ("arm-acorn-riscix\n"); exit (0);
#endif
#if defined (hp300) && !defined (hpux)
printf ("m68k-hp-bsd\n"); exit (0);
#endif
#if defined (NeXT)
#if !defined (__ARCHITECTURE__)
#define __ARCHITECTURE__ "m68k"
#endif
int version;
version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
if (version < 4)
printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
else
printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
exit (0);
#endif
#if defined (MULTIMAX) || defined (n16)
#if defined (UMAXV)
printf ("ns32k-encore-sysv\n"); exit (0);
#else
#if defined (CMU)
printf ("ns32k-encore-mach\n"); exit (0);
#else
printf ("ns32k-encore-bsd\n"); exit (0);
#endif
#endif
#endif
#if defined (__386BSD__)
printf ("i386-pc-bsd\n"); exit (0);
#endif
#if defined (sequent)
#if defined (i386)
printf ("i386-sequent-dynix\n"); exit (0);
#endif
#if defined (ns32000)
printf ("ns32k-sequent-dynix\n"); exit (0);
#endif
#endif
#if defined (_SEQUENT_)
struct utsname un;
uname(&un);
if (strncmp(un.version, "V2", 2) == 0) {
printf ("i386-sequent-ptx2\n"); exit (0);
}
if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
printf ("i386-sequent-ptx1\n"); exit (0);
}
printf ("i386-sequent-ptx\n"); exit (0);
#endif
#if defined (vax)
# if !defined (ultrix)
# include <sys/param.h>
# if defined (BSD)
# if BSD == 43
printf ("vax-dec-bsd4.3\n"); exit (0);
# else
# if BSD == 199006
printf ("vax-dec-bsd4.3reno\n"); exit (0);
# else
printf ("vax-dec-bsd\n"); exit (0);
# endif
# endif
# else
printf ("vax-dec-bsd\n"); exit (0);
# endif
# else
printf ("vax-dec-ultrix\n"); exit (0);
# endif
#endif
#if defined (alliant) && defined (i860)
printf ("i860-alliant-bsd\n"); exit (0);
#endif
exit (1);
}
EOF
$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
{ echo "$SYSTEM_NAME"; exit; }
# Apollos put the system type in the environment.
test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
# Convex versions that predate uname can use getsysinfo(1)
if [ -x /usr/convex/getsysinfo ]
then
case `getsysinfo -f cpu_type` in
c1*)
echo c1-convex-bsd
exit ;;
c2*)
if getsysinfo -f scalar_acc
then echo c32-convex-bsd
else echo c2-convex-bsd
fi
exit ;;
c34*)
echo c34-convex-bsd
exit ;;
c38*)
echo c38-convex-bsd
exit ;;
c4*)
echo c4-convex-bsd
exit ;;
esac
fi
cat >&2 <<EOF
$0: unable to guess system type
......
......@@ -15,12 +15,21 @@
/* Define to 1 if you have the `floor' function. */
#undef HAVE_FLOOR
/* Define to 1 if GDAL library are available */
#undef HAVE_GDAL
/* Define to 1 if GDAL library includes OGR support */
#undef HAVE_GDAL_OGR
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `geotrans' library (-lgeotrans). */
#undef HAVE_LIBGEOTRANS
/* Define to 1 if you have the `qhull' library (-lqhull). */
#undef HAVE_LIBQHULL
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
......@@ -115,8 +124,7 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
......
#! /bin/sh
# Configuration validation subroutine script.
# Copyright 1992-2013 Free Software Foundation, Inc.
# Copyright 1992-2015 Free Software Foundation, Inc.
timestamp='2013-08-10'
timestamp='2015-08-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
......@@ -25,7 +25,7 @@ timestamp='2013-08-10'
# of the GNU General Public License, version 3 ("GPLv3").
# Please send patches with a ChangeLog entry to config-patches@gnu.org.
# Please send patches to <config-patches@gnu.org>.
#
# Configuration subroutine to validate and canonicalize a configuration type.
# Supply the specified configuration type as an argument.
......@@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>."
version="\
GNU config.sub ($timestamp)
Copyright 1992-2013 Free Software Foundation, Inc.
Copyright 1992-2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
......@@ -117,7 +117,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
knetbsd*-gnu* | netbsd*-gnu* | \
knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
kopensolaris*-gnu* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
......@@ -255,16 +255,18 @@ case $basic_machine in
| arc | arceb \
| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
| avr | avr32 \
| ba \
| be32 | be64 \
| bfin \
| c4x | c8051 | clipper \
| d10v | d30v | dlx | dsp16xx \
| epiphany \
| fido | fr30 | frv \
| e2k | epiphany \
| fido | fr30 | frv | ft32 \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| hexagon \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
| k1om \
| le32 | le64 \
| lm32 \
| m32c | m32r | m32rle | m68000 | m68k | m88k \
......@@ -282,8 +284,10 @@ case $basic_machine in
| mips64vr5900 | mips64vr5900el \
| mipsisa32 | mipsisa32el \
| mipsisa32r2 | mipsisa32r2el \
| mipsisa32r6 | mipsisa32r6el \
| mipsisa64 | mipsisa64el \
| mipsisa64r2 | mipsisa64r2el \
| mipsisa64r6 | mipsisa64r6el \
| mipsisa64sb1 | mipsisa64sb1el \
| mipsisa64sr71k | mipsisa64sr71kel \
| mipsr5900 | mipsr5900el \
......@@ -295,14 +299,14 @@ case $basic_machine in
| nds32 | nds32le | nds32be \
| nios | nios2 | nios2eb | nios2el \
| ns16k | ns32k \
| open8 \
| or1k | or32 \
| open8 | or1k | or1knd | or32 \
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle \
| pyramid \
| riscv32 | riscv64 \
| rl78 | rx \
| score \
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
......@@ -310,6 +314,7 @@ case $basic_machine in
| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
| ubicom32 \
| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
| visium \
| we32k \
| x86 | xc16x | xstormy16 | xtensa \
| z8k | z80)
......@@ -324,7 +329,10 @@ case $basic_machine in
c6x)
basic_machine=tic6x-unknown
;;
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
leon|leon[3-9])
basic_machine=sparc-$basic_machine
;;
m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
basic_machine=$basic_machine-unknown
os=-none
;;
......@@ -369,18 +377,20 @@ case $basic_machine in
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
| avr-* | avr32-* \
| ba-* \
| be32-* | be64-* \
| bfin-* | bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* \
| c8051-* | clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
| elxsi-* \
| e2k-* | elxsi-* \
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
| h8300-* | h8500-* \
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
| hexagon-* \
| i*86-* | i860-* | i960-* | ia64-* \
| ip2k-* | iq2000-* \
| k1om-* \
| le32-* | le64-* \
| lm32-* \
| m32c-* | m32r-* | m32rle-* \
......@@ -400,8 +410,10 @@ case $basic_machine in
| mips64vr5900-* | mips64vr5900el-* \
| mipsisa32-* | mipsisa32el-* \
| mipsisa32r2-* | mipsisa32r2el-* \
| mipsisa32r6-* | mipsisa32r6el-* \
| mipsisa64-* | mipsisa64el-* \
| mipsisa64r2-* | mipsisa64r2el-* \
| mipsisa64r6-* | mipsisa64r6el-* \
| mipsisa64sb1-* | mipsisa64sb1el-* \
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipsr5900-* | mipsr5900el-* \
......@@ -413,16 +425,18 @@ case $basic_machine in
| nios-* | nios2-* | nios2eb-* | nios2el-* \
| none-* | np1-* | ns16k-* | ns32k-* \
| open8-* \
| or1k*-* \
| orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
| pyramid-* \
| riscv32-* | riscv64-* \
| rl78-* | romp-* | rs6000-* | rx-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
| sparclite-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
| tahoe-* \
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
| tile*-* \
......@@ -430,6 +444,7 @@ case $basic_machine in
| ubicom32-* \
| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
| vax-* \
| visium-* \
| we32k-* \
| x86-* | x86_64-* | xc16x-* | xps100-* \
| xstormy16-* | xtensa*-* \
......@@ -506,6 +521,9 @@ case $basic_machine in
basic_machine=i386-pc
os=-aros
;;
asmjs)
basic_machine=asmjs-unknown
;;
aux)
basic_machine=m68k-apple
os=-aux
......@@ -767,6 +785,9 @@ case $basic_machine in
basic_machine=m68k-isi
os=-sysv
;;
leon-*|leon[3-9]-*)
basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
;;
m68knommu)
basic_machine=m68k-unknown
os=-linux
......@@ -822,6 +843,10 @@ case $basic_machine in
basic_machine=powerpc-unknown
os=-morphos
;;
moxiebox)
basic_machine=moxie-unknown
os=-moxiebox
;;
msdos)
basic_machine=i386-pc
os=-msdos
......@@ -1354,7 +1379,7 @@ case $os in
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
| -sym* | -kopensolaris* | -plan9* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
| -aos* | -aros* \
| -aos* | -aros* | -cloudabi* | -sortix* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
......@@ -1367,14 +1392,14 @@ case $os in
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* \
| -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
......@@ -1592,9 +1617,6 @@ case $basic_machine in
mips*-*)
os=-elf
;;
or1k-*)
os=-elf
;;
or32-*)
os=-coff
;;
......
This diff is collapsed.
# $Id: configure.ac 2491 2015-05-18 06:48:00Z manfred-e $
# $Id$
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(saga, 2.2.0, BUG-REPORT-ADDRESS)
AC_INIT(saga, 2.3.1, BUG-REPORT-ADDRESS)
AC_CONFIG_SRCDIR([src/saga_core/saga_gui/wksp_data_menu_files.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
......@@ -17,16 +17,16 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
# Checks for libraries.
AC_CHECK_LIB([cv], [cvGetRows], CVFOUND=1,,)
AC_CHECK_LIB([opencv_core], [cvGetRows], CVFOUND=1,,)
AC_CHECK_LIB([geotrans], [Set_Mercator_Coordinates])
AC_CHECK_LIB([fftw3],[fftw_execute],FFTWFOUND=1,)
AC_CHECK_LIB([jasper], [jas_calloc],JASPERFOUND=1,,)
AC_CHECK_LIB([las], [LAS_GetVersion], LASFOUND=1,,)
AC_CHECK_LIB(hpdf, HPDF_Pages_New, HARUFOUND=1,,)
AC_CHECK_LIB([odbc], [SQLFetch], ODBCFOUND=1,[ODBC \(libodbc\) library not found])
AC_CHECK_LIB([proj], [pj_is_latlong], PROJFOUND=1,,)
AC_CHECK_LIB([vigraimpex], [VIGRA_RGBE_ReadPixels_Raw],VIGRAFOUND=1,)
AC_CHECK_LIB([gomp], [omp_get_num_threads], GOMPFOUND=1,,)
AC_CHECK_HEADER([dxflib/dl_dxf.h],[AC_CHECK_LIB(libdxf,DL_ArcData,LIBDXFFOUND=1)])
# Checks for header files.
AC_HEADER_STDC
......@@ -81,9 +81,7 @@ fi
# wxwidgets
# the test could be extended to check for wx-config --version too
if test "`wx-config --list | grep unicode`" != "" ; then
AM_CONDITIONAL(SAGA_UNICODE, true)
else
if test "`wx-config --list | grep unicode`" == "" ; then
AC_MSG_ERROR(SAGA requires a unicode build of wxGTK)
exit
fi
......@@ -167,12 +165,67 @@ AC_ARG_ENABLE(openmp,
AC_SUBST(GOMPFLAGS)
# gdal
AX_LIB_GDAL([1.7])
if test `echo $GDAL_VERSION|cut -d. -f1` -ge 2; then
GDAL2FLAGS="-DUSE_GDAL_V2"
else
GDAL2FLAGS=""
fi
AC_SUBST(GDAL2FLAGS)
AC_ARG_ENABLE(triangle,
AS_HELP_STRING([--disable-triangle],[ Compile without triangle.c (only free for non-commercial usage), and use qhull instead (requires qhull)]),
,
[use_triangle=yes])
AM_CONDITIONAL(TRIANGLE, [test x$use_triangle = xyes])
if test "x$use_triangle" != xyes; then
AC_MSG_RESULT([ Triangle disabled])
AC_CHECK_LIB(qhull, qh_qhull, ,
AC_MSG_FAILURE([--disable-triangle was given but test for qhull failed]))
fi
AC_ARG_ENABLE(libfire,
AS_HELP_STRING([--disable-libfire],[ Compile without libfire (only free for non-commercial usage)]),
,
[use_libfire=yes])
AM_CONDITIONAL(LIBFIRE, [test x$use_libfire = xyes])
if test "x$use_libfire" != xyes; then
AC_MSG_RESULT([ Libfire disabled])
fi
AC_ARG_WITH(system_dxflib,
AS_HELP_STRING([--with-system-dxflib],[Use system version of dxflib instead of embedded copy, requires this library (and the header files)]),
AC_MSG_RESULT([ using system libdxf]),
system_libdxf=true,
)
AM_CONDITIONAL(SYSTEM_DXFLIB, test -n "$LIBDXFFOUND" -a x$system_libdxf=xtrue)
#AM_CONDITIONAL(X86_64, test "`uname -m`" = "x86_64")
AM_CONDITIONAL(HAVE_CV, test -n "$CVFOUND")
AM_CONDITIONAL(HAVE_LLAS, test -n "$LASFOUND")
AM_CONDITIONAL(HAVE_VIGRA, test -n "$VIGRAFOUND" -a -n "$FFTWFOUND")
AM_CONDITIONAL(HAVE_HARU, test -n "$HARUFOUND")
if test -n "$CVFOUND" ; then
AC_MSG_RESULT([ Building with OpenCV])
fi
if test -n "$LASFOUND" ; then
AC_MSG_RESULT([ Building with libLAS])
fi
if test -n "$VIGRAFOUND" -a -n "$FFTWFOUND" ; then
AC_MSG_RESULT([ Building with VIGRA])
fi
if test -n "$HARUFOUND" ; then
AC_MSG_RESULT([ using lhpdf (libharu) from system libs.])
DISABLELIBHARU=""
......@@ -183,6 +236,7 @@ AC_SUBST(GOMPFLAGS)
HARU_LIB=""
fi
AC_SUBST(HARU_LIB)
AC_SUBST(DISABLELIBHARU)
......@@ -240,6 +294,7 @@ AC_OUTPUT(Makefile \
src/modules/grid/grid_visualisation/Makefile \
src/modules/imagery/Makefile \
src/modules/imagery/imagery_classification/Makefile \
src/modules/imagery/imagery_isocluster/Makefile \
src/modules/imagery/imagery_opencv/Makefile \
src/modules/imagery/imagery_maxent/Makefile \
src/modules/imagery/imagery_photogrammetry/Makefile \
......@@ -252,7 +307,6 @@ AC_OUTPUT(Makefile \
src/modules/io/io_gdal/Makefile \
src/modules/io/io_gps/Makefile \
src/modules/io/io_grid/Makefile \
src/modules/io/io_grid_grib2/Makefile \
src/modules/io/io_grid_image/Makefile \
src/modules/io/io_shapes/Makefile \
src/modules/io/io_shapes_dxf/Makefile \
......@@ -279,6 +333,8 @@ AC_OUTPUT(Makefile \
src/modules/simulation/sim_fire_spreading/Makefile \
src/modules/simulation/sim_hydrology/Makefile \
src/modules/simulation/sim_ihacres/Makefile \
src/modules/simulation/sim_qm_of_esp/Makefile \
src/modules/simulation/sim_rivflow/Makefile \
src/modules/statistics/Makefile \
src/modules/statistics/statistics_grid/Makefile \
src/modules/statistics/statistics_kriging/Makefile \
......
saga (2.2.0+dfsg-2~ubuntugis~trusty) trusty; urgency=medium
saga (2.3.1+dfsg-5~bionic0) bionic; urgency=medium
* Trusty build
[ Bas Couwenberg ]
* Team upload.
* Add upstream patches to update AppStream metadata for non-legacy format.
[ Johan Van de Wauw ]
* Add patch to fix wiki link in help menu
* Bionic release
-- Johan Van de Wauw <johan@gisky.be> Fri, 24 Aug 2018 08:42:03 +0200
saga (2.3.1+dfsg-4) unstable; urgency=medium
* Team upload.
* Add dh-python to build dependencies.
* Drop unused UPSTREAM_{URL,VERSION} variables.
* Add patch to fix spelling errors.
* Change priority for libsaga from extra to optional.
* Bump Standards-Version to 4.2.0, changes: priority.
* Strip trailing whitespace from changelog, control & rules files.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Drop obsolete get-orig-source target.
* Remove obsolete README.source, repacking documented in copyright file.
* Add lintian override for testsuite-autopkgtest-missing.
* Add lintian overrides for appstream metadata issues.
* Add lintian override for python-foo-but-no-python3-foo.
-- Bas Couwenberg <sebastic@debian.org> Tue, 14 Aug 2018 18:31:14 +0200
saga (2.3.1+dfsg-3) unstable; urgency=medium
* Team upload.
* Add patch to fix spelling errors.
* Limit watch file to 2.3.x LTS releases.
* Add libopencv-dev as preferred dependency for OpenCV 3.1.
(closes: #841287)
-- Bas Couwenberg <sebastic@debian.org> Tue, 08 Nov 2016 18:40:43 +0100
saga (2.3.1+dfsg-2) unstable; urgency=medium
[ Bas Couwenberg ]
* Mark Use-pkg-config-for-Debian-version-of-dxflib.patch as Applied-Upstream.
[ Johan Van de Wauw ]
* Make dxflib patch identical to upstream version
* Add patch to fix projections with gcc 6 (closes: #838915)
-- Johan Van de Wauw <johan@vandewauw.be> Tue, 27 Sep 2016 09:36:27 +0200
saga (2.3.1+dfsg-1) unstable; urgency=medium
* Team upload.
* Move from experimental to unstable.
-- Bas Couwenberg <sebastic@debian.org> Tue, 19 Jul 2016 20:01:32 +0200
saga (2.3.1+dfsg-1~exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Update Files-Excluded for GPL-3+ files moved to other paths.
* Update patches, changes:
- Rename Use-debian-version-dxflib.patch to reflect content changes
- Drop spelling-errors.patch, fixed upstream
- Mark Use-debian-version-of-libsvm.patch as Forwarded: not-needed
- Rename disable-cluster_isodata.patch to disable-imagery_isocluster.patch,
the entire subdirectory is now excluded, not only cluster_isodata.cpp.
-- Bas Couwenberg <sebastic@debian.org> Fri, 08 Jul 2016 19:14:19 +0200
saga (2.3.0+dfsg1-1~exp1) experimental; urgency=medium
* Team upload.
* New repacked upstream release.
* Also exclude GPL-3+ licensed files from repacked upstream tarballs.
* Add patch to disable use of cluster_isodata.
-- Bas Couwenberg <sebastic@debian.org> Sun, 03 Jul 2016 23:12:23 +0200
saga (2.3.0+dfsg-1~exp1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Drop patches applied upstream, refresh remaining patches.
* Add --with-system-dxflib to configure options.
* Add patch to fix spelling errors.
* Add upstream metadata.
-- Bas Couwenberg <sebastic@debian.org> Fri, 01 Jul 2016 23:25:12 +0200
saga (2.2.7+dfsg-2) unstable; urgency=medium
* Team upload.
* Rebuild with GDAL 2.1.0.
-- Bas Couwenberg <sebastic@debian.org> Fri, 13 May 2016 16:27:02 +0200
saga (2.2.7+dfsg-1) unstable; urgency=medium
-- Johan Van de Wauw <johan.vandewauw@gmail.com> Thu, 27 Aug 2015 08:26:04 +0200
* Team upload.
saga (2.2.0+dfsg-2) UNRELEASED; urgency=medium
[ Johan Van de Wauw ]
* Imported Upstream version 2.2.7
- Removed JasPer support. (closes: #818218)
[ Bas Couwenberg ]
* Update watch file to handle common issues.
* Update version for virtual package.
* Update copyright file, changes:
- Separate copyright years and holders with a comma
- Files on separate lines
* Use desktop file in favor of menu file per CTTE #741573.
* Install application icon in hicolor theme.
* Override dh_install to use --list-missing.
* Remove executable bit from saga_gui resource files.
* Move architecture independent files to saga-common package.
* Explicitly remove files not to be installed.
* Enable all hardening buildflags.
* Add templates target to update the version in package control files.
* Strip trailing whitespace.
[ Johan Van de Wauw ]
* Split libsaga library
[ Bas Couwenberg ]
* Use minus sign instead underscore in package names.
[ Johan Van de Wauw ]
* Add transitional libsaga package
* Use debian version of libdxf
* Edit short description of saga_gdi lib
* Bump version in install/control/override files
* Remove obsolete Breaks/Replace
* Add misc depends to libsaga
* Document license for cluster_isodata
[ Bas Couwenberg ]
* Update copyright file, changes:
- Group copyright holders by license
- Use standalone license paragraph for BSD-2-clause & GPL-3+
- Reorder Files sections for imagery subdirectories
* Add lintian override for no-symbols-control-file.
* Also install 22x22 icon in hicolor theme.
* Bump Standards-Version to 3.9.8, changes: application icons.
* Drop saga-depends executable, obsolete. Library package names match
the SONAME which includes the upstream version.
-- Bas Couwenberg <sebastic@debian.org> Fri, 06 May 2016 14:47:29 +0200
saga (2.2.4+dfsg-1) unstable; urgency=medium
[ Bas Couwenberg ]
* Update Vcs-Git URL to use HTTPS.
* Bump Standards-Version to 3.9.7, no changes.
* Add patch for various typos.
[ Johan Van de Wauw ]
* Only remove libfire files, not the whole module
* Imported Upstream version 2.2.4+dfsg
* Remove unneeded patches (applied/integrated upstream)
* Bump years in copyright file
-- Johan Van de Wauw <johan@vandewauw.be> Thu, 25 Feb 2016 22:48:11 +0100
saga (2.2.3+dfsg-1) unstable; urgency=medium
* Fix files-excluded path
* Imported Upstream version 2.2.3+dfsg (closes: #808248)
* Refresh patches
* No longer install menu file
* Don't install projection definitions twice
* Update saga-depends
-- Johan Van de Wauw <johan@vandewauw.be> Mon, 04 Jan 2016 20:58:20 +0100
saga (2.2.2-1) unstable; urgency=medium
* Point to right branch for vcs-git
* Update watchfile to find also versions separated by -
* Imported Upstream version 2.2.2
* Install more shared files
-- Johan Van de Wauw <johan@vandewauw.be> Tue, 27 Oct 2015 15:52:10 +0100
saga (2.2.1+dfsg-1) unstable; urgency=medium
* Imported Upstream version 2.2.1+dfsg
* Refresh patches
* Add additional copyright holder
-- Johan Van de Wauw <johan@vandewauw.be> Thu, 24 Sep 2015 18:23:44 +0200
saga (2.2.0+dfsg-2) unstable; urgency=medium
>>>>>>> master
* Fix opencv module
* Update my emailaddress
-- Johan Van de Wauw <johan.vandewauw@gmail.com> Tue, 25 Aug 2015 01:13:59 +0200
-- Johan Van de Wauw <johan@vandewauw.be> Tue, 15 Sep 2015 22:59:50 +0200
saga (2.2.0+dfsg-1) unstable; urgency=medium
......
Source: saga
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan.vandewauw@gmail.com>,
Uploaders: Johan Van de Wauw <johan@vandewauw.be>,
Francesco Paolo Lovergine <frankie@debian.org>
Section: science
Priority: optional
Build-Depends: libwxgtk3.0-dev,
wx-common,
libgdal-dev,
Build-Depends: debhelper (>= 9),
dh-autoreconf,
dh-python,
libdxflib-dev,
libexpat-dev,
libgdal-dev,
libhpdf-dev,
libogdi3.2-dev,
libopencv-core-dev,
libopencv-dev | libcv-dev,
libopencv-dev | libopencv-contrib-dev,
libopencv-dev | libopencv-legacy-dev,
libopencv-imgproc-dev,
libopencv-photo-dev,
libproj-dev,
libgrib2c-dev,
debhelper (>= 9),
swig,
libqhull-dev,
libhpdf-dev,
python-dev,
dh-autoreconf,
libsvm-dev,
libvigraimpex-dev,
libcv-dev,
libopencv-core-dev,
libopencv-contrib-dev,
libopencv-imgproc-dev,
libopencv-legacy-dev,
libopencv-photo-dev
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/saga.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/saga.git -b experimental
libwxgtk3.0-dev,
python-dev,
swig
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/saga
Vcs-Git: https://salsa.debian.org/debian-gis-team/saga.git
Homepage: http://www.saga-gis.org/
Package: saga
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libsaga (= ${binary:Version})
Depends: saga-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: System for Automated Geoscientific Analyses
SAGA GIS (System for Automated Geoscientific Analyses) is a free and
......@@ -47,16 +47,25 @@ Description: System for Automated Geoscientific Analyses
The functionality can be accessed through a GUI, the command line or
by using the C++ API.
Package: saga-common
Architecture: all
Depends: ${misc:Depends}
Breaks: saga (<< 2.2.5+dfsg-1~)
Replaces: saga (<< 2.2.5+dfsg-1~)
Description: SAGA GIS architecture independent files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the architecture independent files for SAGA.
Package: libsaga-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libsaga (= ${binary:Version})
Depends: libsaga-api-2.3.1 (= ${binary:Version}),
libsaga-gdi-2.3.1 (= ${binary:Version}),
${misc:Depends}
Suggests: saga (= ${binary:Version})
Breaks: libsaga (<< 2.0.4+dfsg-3~)
Replaces: libsaga (<< 2.0.4+dfsg-3~)
Description: SAGA GIS development files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
......@@ -64,27 +73,52 @@ Description: SAGA GIS development files
This package contains the header files for developing with SAGA.
Install this package if you wish to develop software that uses the SAGA API.
Package: libsaga
Package: libsaga-api-2.3.1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: libsaga-2.1.2
Description: SAGA GIS shared libraries
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the library files for developing with SAGA.
Package: libsaga-gdi-2.3.1
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS shared library (graphical models)
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the library files for developing graphical modules.
Package: libsaga
Architecture: all
Section: oldlibs
Depends: libsaga-api-2.3.1,
libsaga-gdi-2.3.1,
${misc:Depends}
Description: SAGA GIS shared libraries - transitional package
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package is a transitional package from libsaga to
libsaga-api-2.3.1 and libsaga-gdi-2.3.1.
It can safely be removed.
Package: python-saga
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
libsaga (= ${binary:Version})
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Suggests: saga (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS Python bindings
......
Source: saga
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Johan Van de Wauw <johan@vandewauw.be>,
Francesco Paolo Lovergine <frankie@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
dh-python,
libdxflib-dev,
libexpat-dev,
libgdal-dev,
libhpdf-dev,
libogdi3.2-dev,
libopencv-core-dev,
libopencv-dev | libcv-dev,
libopencv-dev | libopencv-contrib-dev,
libopencv-dev | libopencv-legacy-dev,
libopencv-imgproc-dev,
libopencv-photo-dev,
libproj-dev,
libqhull-dev,
libsvm-dev,
libvigraimpex-dev,
libwxgtk3.0-dev,
python-dev,
swig
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/saga
Vcs-Git: https://salsa.debian.org/debian-gis-team/saga.git
Homepage: http://www.saga-gis.org/
Package: saga
Architecture: any
Depends: saga-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: System for Automated Geoscientific Analyses
SAGA GIS (System for Automated Geoscientific Analyses) is a free and
open source geographic information system used for editing and
analysing spatial data. It includes a large number of modules for the
analysis of vector (point, line and polygon), table, grid and image
data. Among others the package includes modules for geostatistics,
image classification, projections, simulation of dynamic processes
(hydrology, landscape development) and terrain analysis.
The functionality can be accessed through a GUI, the command line or
by using the C++ API.
Package: saga-common
Architecture: all
Depends: ${misc:Depends}
Breaks: saga (<< 2.2.5+dfsg-1~)
Replaces: saga (<< 2.2.5+dfsg-1~)
Description: SAGA GIS architecture independent files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the architecture independent files for SAGA.
Package: libsaga-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libsaga-api-@VERSION@ (= ${binary:Version}),
libsaga-gdi-@VERSION@ (= ${binary:Version}),
${misc:Depends}
Suggests: saga (= ${binary:Version})
Description: SAGA GIS development files
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the header files for developing with SAGA.
Install this package if you wish to develop software that uses the SAGA API.
Package: libsaga-api-@VERSION@
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS shared libraries
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the library files for developing with SAGA.
Package: libsaga-gdi-@VERSION@
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS shared library (graphical models)
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the library files for developing graphical modules.
Package: libsaga
Architecture: all
Section: oldlibs
Depends: libsaga-api-@VERSION@,
libsaga-gdi-@VERSION@,
${misc:Depends}
Description: SAGA GIS shared libraries - transitional package
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package is a transitional package from libsaga to
libsaga-api-@VERSION@ and libsaga-gdi-@VERSION@.
It can safely be removed.
Package: python-saga
Architecture: any
Section: python
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Suggests: saga (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: SAGA GIS Python bindings
SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
information system used for editing and analysing spatial data.
.
This package contains the Python bindings to SAGA.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SAGA GIS
Upstream-Contact: Olaf Conrad <oconrad@saga-gis.org>
Source: http://www.saga-gis.org
Comment: Saga is generally licensed using two licenses: LGPL-2.1 for the libraries and GPL-2 for the rest of the program.
Files-Excluded: src/modules/grid/grid_gridding/nn/triangle.c src/modules/grid/grid_gridding/nn/triangle.h src/modules/simulation/sim_fire_spreading /src/modules/io/io_grid_grib2/g2clib-1.0.4/ src/modules/imagery/imagery_svm/svm.cpp src/modules/imagery/imagery_svm/svm.h
Comment: Saga is generally licensed using two licenses:
LGPL-2.1 for the libraries and GPL-2 for the rest of the program.
Excluded files are non-free (triangle and firelib) or are already packaged
in debian (svm and dxflib). GPL-3+ licensed files like cluster_isodata.cpp
are also excluded because the license is incompatible with GPL-2 (v2 only)
used for most of SAGA.
Files-Excluded: src/modules/grid/grid_gridding/nn/triangle.c
src/modules/grid/grid_gridding/nn/triangle.h
src/modules/simulation/sim_fire_spreading/fireLib.*
src/modules/imagery/imagery_isocluster/*
src/modules/imagery/imagery_svm/svm.cpp
src/modules/imagery/imagery_svm/svm.h
src/modules/io/io_shapes_dxf/dxflib/*
Files: *
Copyright: 2001-2014 Olaf Conrad
2003-2014 Volker Wichmann
2010 Sun Zhuo
2001-2004 Andre Ringeler
2007 Thomas Schorr
2003-2006 Victor Olaya
Copyright: 2001-2016, Olaf Conrad
2003-2016, Volker Wichmann
2007-2016, Johan Van de Wauw
2014-2015, Christian Alwardt
2013, Benjamin Bechteld
2013, Luca Piras
2012, Magnus Bremer
2012, Muhammed Setiawan
2002-2010, SAGA User Group Association
2010, Sun Zhuo
2001-2009, Andre Ringeler
2007, Thomas Schorr
2003-2006, Victor Olaya
2006, Stefan Liersch
2001-2004, Andre Ringeler
2004, Antonio Boggia
2004, Gianluca Massei
Alessandro Perego
License: GPL-2
Files: ltmain.sh
Copyright: 1996-2001, 2003-2011, Free Software Foundation, Inc.
Copyright: 1996-2015, Free Software Foundation, Inc.
License: GPL-2+ with Libtool exception
Files: src/saga_core/saga_api/* src/saga_core/saga_gdi/*
Copyright: 2001-2014 Olaf Conrad
2003-2014 Volker Wichmann
2007 Thomas Schorr
2003-2006 Victor Olaya
2001-2004 Andre Ringeler
Files: src/saga_core/saga_api/*
src/saga_core/saga_gdi/*
Copyright: 2001-2014, Olaf Conrad
2003-2014, Volker Wichmann
2007, Thomas Schorr
2003-2006, Victor Olaya
2001-2004, Andre Ringeler
License: LGPL-2.1
Files: src/saga_core/saga_api/clipper.cpp src/saga_core/saga_api/clipper.hpp
Files: src/saga_core/saga_api/clipper.cpp
src/saga_core/saga_api/clipper.hpp
Copyright: 2010-2014, Angus Johnson
License: BSL-1.0
Files: src/modules/*
Copyright: 2001-2013 Olaf Conrad
2002-2010 SAGA User Group Association
2003-2006 Victor Olaya
2001-2009 Andre Ringeler
2007 Thomas Schorr
2003-2011 Volker Wichmann
2004 Antonio Boggia
2004 Gianluca Massei
2006 Stefan Liersch
Alessandro Perego
2007-2011 Johan Van de Wauw
2010 Volker Wichmann
2013 Benjamin Bechteld
2012 Magnus Bremer
2012 Muhammed Setiawan
2013 Luca Piras
License: GPL-2
Files: src/modules/db/db_odbc/otlv4.h
Copyright: 1996-2010, Sergei Kuchin <skuchin@gmail.com>
License: OpenBSD-License
......@@ -84,8 +90,6 @@ Files: src/modules/docs/docs_html/CreateWebContent.cpp
src/modules/docs/docs_pdf/Profile_Cross_Sections.h
src/modules/docs/docs_pdf/Shapes_Summary.cpp
src/modules/docs/docs_pdf/Shapes_Summary.h
src/modules/grid/grid_analysis/Cost_Anisotropic.cpp
src/modules/grid/grid_analysis/Cost_Anisotropic.h
src/modules/grid/grid_analysis/Cost_Isotropic.cpp
src/modules/grid/grid_analysis/Cost_Isotropic.h
src/modules/grid/grid_analysis/CoveredDistance.cpp
......@@ -211,34 +215,10 @@ Copyright: 2004-2010, Victor Olaya <volaya@ya.com>
2004-2010, 2015, Volker Wichmann
License: GPL-2+
Files: src/modules/imagery/imagery_tools/landsat_toar_core.cpp
Copyright: 2000-2005 Liam Girdwood
2006 E. Jorge Tizado
Comment: Contains code modified from libnova-0.12, grass
License: GPL-2
Files: src/modules/grid/grid_gridding/nn/* src/modules/grid/grid_spline/csa.*
Copyright: 2000-2008 Pavel Sakov and CSIRO
License: BSD-4-clause
Redistribution and use of material from the package `nn', with or without
modification, are permitted provided that the following conditions are
met:
.
1. Redistributions of material must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. The names of the authors may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
Files: src/modules/grid/grid_gridding/nn/*
src/modules/grid/grid_spline/csa.*
Copyright: 2000-2008, Pavel Sakov and CSIRO
License: BSD-2-clause
Files: src/modules/imagery/imagery_maxent/me.cpp
src/modules/imagery/imagery_maxent/me.h
......@@ -252,6 +232,12 @@ License: maxent
purpose is made. It is provided "as is" without express or implied
warranty.
Files: src/modules/imagery/imagery_tools/landsat_toar_core.cpp
Copyright: 2000-2005, Liam Girdwood
2006, E. Jorge Tizado
Comment: Contains code modified from libnova-0.12, grass
License: GPL-2
Files: src/modules/io/io_esri_e00/e00compr/cpl_conv.c
src/modules/io/io_esri_e00/e00compr/cpl_conv.h
src/modules/io/io_esri_e00/e00compr/cpl_error.c
......@@ -283,11 +269,6 @@ License: e00compr
profits or consequential damages, arising out of the use of the
Software.
Files: src/modules/io/io_shapes_dxf/dxflib/*
Copyright: 2001, Robert J. Campbell Jr
2001-2003, RibbonSoft.
License: GPL-2 or dxflib-Commercial-License
Files: debian/*
Copyright: 2010-2014 Johan Van de Wauw <johan.vandewauw@gmail.com>
License: LGPL-2.1+
......@@ -401,6 +382,27 @@ License: LGPL-2.1+
License version 2 can be found in the file
`/usr/share/common-licenses/LGPL-2.1'.
License: BSD-2-clause
Redistribution and use of material from the package `nn', with or without
modification, are permitted provided that the following conditions are
met:
.
1. Redistributions of material must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. The names of the authors may not be used to endorse or promote products
derived from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
License: BSL-1.0
Boost Software License - Version 1.0 - August 17th, 2003
.
......@@ -426,19 +428,6 @@ License: BSL-1.0
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
License: dxflib-Commercial-License
Licensees holding valid dxflib Professional Edition licenses may use
this file in accordance with the dxflib Commercial License
Agreement provided with the Software.
.
This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.
See http://www.ribbonsoft.com for further details.
.
Contact info@ribbonsoft.com if any conditions of this licensing are
not clear to you.
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
......
usr/lib/*/libsaga_api-*.so
# Symbols are problematic for C++ libraries
libsaga-api-2.3.1: no-symbols-control-file *