diff --git a/gnumeric-1.12.44-configure-use-python2.patch b/gnumeric-1.12.44-configure-use-python2.patch deleted file mode 100644 index bcae1f2..0000000 --- a/gnumeric-1.12.44-configure-use-python2.patch +++ /dev/null @@ -1,9716 +0,0 @@ -Index: gnumeric-1.12.44/configure -=================================================================== ---- gnumeric-1.12.44.orig/configure -+++ gnumeric-1.12.44/configure -@@ -791,7 +791,6 @@ am__nodep - AMDEPBACKSLASH - AMDEP_FALSE - AMDEP_TRUE --am__quote - am__include - DEPDIR - OBJEXT -@@ -919,7 +918,6 @@ infodir - docdir - oldincludedir - includedir --runstatedir - localstatedir - sharedstatedir - sysconfdir -@@ -938,7 +936,8 @@ PACKAGE_VERSION - PACKAGE_TARNAME - PACKAGE_NAME - PATH_SEPARATOR --SHELL' -+SHELL -+am__quote' - ac_subst_files='' - ac_user_opts=' - enable_option_checking -@@ -1054,7 +1053,6 @@ datadir='${datarootdir}' - sysconfdir='${prefix}/etc' - sharedstatedir='${prefix}/com' - localstatedir='${prefix}/var' --runstatedir='${localstatedir}/run' - includedir='${prefix}/include' - oldincludedir='/usr/include' - docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -@@ -1307,15 +1305,6 @@ do - | -silent | --silent | --silen | --sile | --sil) - silent=yes ;; - -- -runstatedir | --runstatedir | --runstatedi | --runstated \ -- | --runstate | --runstat | --runsta | --runst | --runs \ -- | --run | --ru | --r) -- ac_prev=runstatedir ;; -- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ -- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ -- | --run=* | --ru=* | --r=*) -- runstatedir=$ac_optarg ;; -- - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) - ac_prev=sbindir ;; - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ -@@ -1453,7 +1442,7 @@ fi - for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ - datadir sysconfdir sharedstatedir localstatedir includedir \ - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ -- libdir localedir mandir runstatedir -+ libdir localedir mandir - do - eval ac_val=\$$ac_var - # Remove trailing slashes. -@@ -1606,7 +1595,6 @@ Fine tuning of the installation director - --sysconfdir=DIR read-only single-machine data [PREFIX/etc] - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] - --localstatedir=DIR modifiable single-machine data [PREFIX/var] -- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] - --libdir=DIR object code libraries [EPREFIX/lib] - --includedir=DIR C header files [PREFIX/include] - --oldincludedir=DIR C header files for non-gcc [/usr/include] -@@ -2597,7 +2585,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - - --am__api_version='1.15' -+am__api_version='1.16' - - ac_aux_dir= - for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do -@@ -3142,8 +3130,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}ma - - # For better backward compatibility. To be removed once Automake 1.9.x - # dies out for good. For more background, see: --# --# -+# -+# - mkdir_p='$(MKDIR_P)' - - # We need awk for the "check" target (and possibly the TAP driver). The -@@ -3194,7 +3182,7 @@ END - Aborting the configuration process, to ensure you take notice of the issue. - - You can download and install GNU coreutils to get an 'rm' implementation --that behaves properly: . -+that behaves properly: . - - If you want to complete the configuration process using your problematic - 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -@@ -4410,45 +4398,45 @@ DEPDIR="${am__leading_dot}deps" - - ac_config_commands="$ac_config_commands depfiles" - -- --am_make=${MAKE-make} --cat > confinc << 'END' -+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 -+$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } -+cat > confinc.mk << 'END' - am__doit: -- @echo this is the am__doit target -+ @echo this is the am__doit target >confinc.out - .PHONY: am__doit - END --# If we don't find an include directive, just comment out the code. --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 --$as_echo_n "checking for style of include used by $am_make... " >&6; } - am__include="#" - am__quote= --_am_result=none --# First try GNU make style include. --echo "include confinc" > confmf --# Ignore all kinds of additional output from 'make'. --case `$am_make -s -f confmf 2> /dev/null` in #( --*the\ am__doit\ target*) -- am__include=include -- am__quote= -- _am_result=GNU -- ;; --esac --# Now try BSD make style include. --if test "$am__include" = "#"; then -- echo '.include "confinc"' > confmf -- case `$am_make -s -f confmf 2> /dev/null` in #( -- *the\ am__doit\ target*) -- am__include=.include -- am__quote="\"" -- _am_result=BSD -+# BSD make does it like this. -+echo '.include "confinc.mk" # ignored' > confmf.BSD -+# Other make implementations (GNU, Solaris 10, AIX) do it like this. -+echo 'include confinc.mk # ignored' > confmf.GNU -+_am_result=no -+for s in GNU BSD; do -+ { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 -+ (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } -+ case $?:`cat confinc.out 2>/dev/null` in #( -+ '0:this is the am__doit target') : -+ case $s in #( -+ BSD) : -+ am__include='.include' am__quote='"' ;; #( -+ *) : -+ am__include='include' am__quote='' ;; -+esac ;; #( -+ *) : - ;; -- esac --fi -- -- --{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 --$as_echo "$_am_result" >&6; } --rm -f confinc confmf -+esac -+ if test "$am__include" != "#"; then -+ _am_result="yes ($s style)" -+ break -+ fi -+done -+rm -f confinc.* confmf.* -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 -+$as_echo "${_am_result}" >&6; } - - # Check whether --enable-dependency-tracking was given. - if test "${enable_dependency_tracking+set}" = set; then : -@@ -7947,7 +7935,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu - lt_cv_deplibs_check_method=pass_all - ;; - --netbsd* | netbsdelf*-gnu) -+netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' - else -@@ -11388,9 +11376,6 @@ $as_echo_n "checking whether the $compil - openbsd* | bitrig*) - with_gnu_ld=no - ;; -- linux* | k*bsd*-gnu | gnu*) -- link_all_deplibs=no -- ;; - esac - - ld_shlibs=yes -@@ -11645,7 +11630,7 @@ _LT_EOF - fi - ;; - -- netbsd* | netbsdelf*-gnu) -+ netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= -@@ -12315,7 +12300,6 @@ $as_echo "$lt_cv_irix_exported_symbol" > - if test yes = "$lt_cv_irix_exported_symbol"; then - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' - fi -- link_all_deplibs=no - else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' -@@ -12337,7 +12321,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > - esac - ;; - -- netbsd* | netbsdelf*-gnu) -+ netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else -@@ -13432,6 +13416,9 @@ fi - # before this can be enabled. - hardcode_into_libs=yes - -+ # Add ABI-specific directories to the system library path. -+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" -+ - # Ideally, we could use ldconfig to report *all* directores which are - # searched for libraries, however this is still not possible. Aside from not - # being certain /sbin/ldconfig is available, command -@@ -13440,7 +13427,7 @@ fi - # appending ld.so.conf contents (and includes) to the search path. - if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` -- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - fi - - # We used to test for /lib/ld.so.1 and disable shared libraries on -@@ -13452,18 +13439,6 @@ fi - dynamic_linker='GNU/Linux ld.so' - ;; - --netbsdelf*-gnu) -- version_type=linux -- need_lib_prefix=no -- need_version=no -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -- soname_spec='${libname}${release}${shared_ext}$major' -- shlibpath_var=LD_LIBRARY_PATH -- shlibpath_overrides_runpath=no -- hardcode_into_libs=yes -- dynamic_linker='NetBSD ld.elf_so' -- ;; -- - netbsd*) - version_type=sunos - need_lib_prefix=no -@@ -17766,7 +17741,7 @@ _ACEOF - $as_echo_n "checking for python module gi... " >&6; } - if $PYTHON -c 'import gi' 2>/dev/null; then - have_python_gi=yes -- PYTHON_GIOVERRIDESDIR=`python -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'` -+ PYTHON_GIOVERRIDESDIR=`$PYTHON -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'` - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_python_gi" >&5 - $as_echo "$have_python_gi" >&6; } -@@ -19375,7 +19350,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_writ - # - # INIT-COMMANDS - # --AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" -+AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" - - - # The HP-UX ksh and POSIX shell print the target directory to stdout -@@ -20363,29 +20338,35 @@ $as_echo "$as_me: executing $ac_file com - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. -- case $CONFIG_FILES in -- *\'*) eval set x "$CONFIG_FILES" ;; -- *) set x $CONFIG_FILES ;; -- esac -+ # TODO: see whether this extra hack can be removed once we start -+ # requiring Autoconf 2.70 or later. -+ case $CONFIG_FILES in #( -+ *\'*) : -+ eval set x "$CONFIG_FILES" ;; #( -+ *) : -+ set x $CONFIG_FILES ;; #( -+ *) : -+ ;; -+esac - shift -- for mf -+ # Used to flag and report bootstrapping failures. -+ am_rc=0 -+ for am_mf - do - # Strip MF so we end up with the name of the file. -- mf=`echo "$mf" | sed -e 's/:.*$//'` -- # Check whether this is an Automake generated Makefile or not. -- # We used to match only the files named 'Makefile.in', but -- # some people rename them; so instead we look at the file content. -- # Grep'ing the first line is not enough: some people post-process -- # each Makefile.in and add a new line on top of each file to say so. -- # Grep'ing the whole file is not good either: AIX grep has a line -+ am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` -+ # Check whether this is an Automake generated Makefile which includes -+ # dependency-tracking related rules and includes. -+ # Grep'ing the whole file directly is not great: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. -- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then -- dirpart=`$as_dirname -- "$mf" || --$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$mf" : 'X\(//\)[^/]' \| \ -- X"$mf" : 'X\(//\)$' \| \ -- X"$mf" : 'X\(/\)' \| . 2>/dev/null || --$as_echo X"$mf" | -+ sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ -+ || continue -+ am_dirpart=`$as_dirname -- "$am_mf" || -+$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$am_mf" : 'X\(//\)[^/]' \| \ -+ X"$am_mf" : 'X\(//\)$' \| \ -+ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$am_mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -20403,53 +20384,48 @@ $as_echo X"$mf" | - q - } - s/.*/./; q'` -- else -- continue -- fi -- # Extract the definition of DEPDIR, am__include, and am__quote -- # from the Makefile without running 'make'. -- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` -- test -z "$DEPDIR" && continue -- am__include=`sed -n 's/^am__include = //p' < "$mf"` -- test -z "$am__include" && continue -- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` -- # Find all dependency output files, they are included files with -- # $(DEPDIR) in their names. We invoke sed twice because it is the -- # simplest approach to changing $(DEPDIR) to its actual value in the -- # expansion. -- for file in `sed -n " -- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ -- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do -- # Make sure the directory exists. -- test -f "$dirpart/$file" && continue -- fdir=`$as_dirname -- "$file" || --$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$file" : 'X\(//\)[^/]' \| \ -- X"$file" : 'X\(//\)$' \| \ -- X"$file" : 'X\(/\)' \| . 2>/dev/null || --$as_echo X"$file" | -- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ -- s//\1/ -- q -- } -- /^X\(\/\/\)[^/].*/{ -+ am_filepart=`$as_basename -- "$am_mf" || -+$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ -+ X"$am_mf" : 'X\(//\)$' \| \ -+ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X/"$am_mf" | -+ sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q - } -- /^X\(\/\/\)$/{ -+ /^X\/\(\/\/\)$/{ - s//\1/ - q - } -- /^X\(\/\).*/{ -+ /^X\/\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q'` -- as_dir=$dirpart/$fdir; as_fn_mkdir_p -- # echo "creating $dirpart/$file" -- echo '# dummy' > "$dirpart/$file" -- done -+ { echo "$as_me:$LINENO: cd "$am_dirpart" \ -+ && sed -e '/# am--include-marker/d' "$am_filepart" \ -+ | $MAKE -f - am--depfiles" >&5 -+ (cd "$am_dirpart" \ -+ && sed -e '/# am--include-marker/d' "$am_filepart" \ -+ | $MAKE -f - am--depfiles) >&5 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); } || am_rc=$? - done -+ if test $am_rc -ne 0; then -+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -+as_fn_error $? "Something went wrong bootstrapping makefile fragments -+ for automatic dependency tracking. Try re-running configure with the -+ '--disable-dependency-tracking' option to at least be able to build -+ the package (albeit without support for automatic dependency tracking). -+See \`config.log' for more details" "$LINENO" 5; } -+ fi -+ { am_dirpart=; unset am_dirpart;} -+ { am_filepart=; unset am_filepart;} -+ { am_mf=; unset am_mf;} -+ { am_rc=; unset am_rc;} -+ rm -f conftest-deps.mk - } - ;; - "libtool":C) -@@ -20467,6 +20443,7 @@ $as_echo X"$file" | - cat <<_LT_EOF >> "$cfgfile" - #! $SHELL - # Generated automatically by $as_me ($PACKAGE) $VERSION -+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - - # Provide generalized library-building support services. -Index: gnumeric-1.12.44/configure.ac -=================================================================== ---- gnumeric-1.12.44.orig/configure.ac -+++ gnumeric-1.12.44/configure.ac -@@ -870,7 +870,7 @@ if test "x$PYTHON" != x; then - AC_MSG_CHECKING([for python module gi]) - if $PYTHON -c 'import gi' 2>/dev/null; then - have_python_gi=yes -- [PYTHON_GIOVERRIDESDIR=`python -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'`] -+ [PYTHON_GIOVERRIDESDIR=`$PYTHON -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'`] - fi - AC_MSG_RESULT($have_python_gi) - fi -Index: gnumeric-1.12.44/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/Makefile.in -+++ gnumeric-1.12.44/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -172,7 +172,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- cscope distdir dist dist-all distcheck -+ cscope distdir distdir-am dist dist-all distcheck - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)gnumeric-config.h.in gnumeric-features.h.in - # Read a list of newline-separated strings from the standard input, -@@ -469,7 +469,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -546,8 +545,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - echo ' $(SHELL) ./config.status'; \ - $(SHELL) ./config.status;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -764,7 +763,10 @@ distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - -rm -f cscope.out cscope.in.out cscope.po.out cscope.files - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - $(am__remove_distdir) - test -d "$(distdir)" || mkdir "$(distdir)" - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ -Index: gnumeric-1.12.44/aclocal.m4 -=================================================================== ---- gnumeric-1.12.44.orig/aclocal.m4 -+++ gnumeric-1.12.44/aclocal.m4 -@@ -1,6 +1,6 @@ --# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -+# generated automatically by aclocal 1.16.1 -*- Autoconf -*- - --# Copyright (C) 1996-2017 Free Software Foundation, Inc. -+# Copyright (C) 1996-2018 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. I - 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-2017 Free Software Foundation, Inc. -+# Copyright (C) 2002-2018 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 b - # 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.15' -+[am__api_version='1.16' - 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.15.1], [], -+m4_if([$1], [1.16.1], [], - [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.15.1])dnl -+[AM_AUTOMAKE_VERSION([1.16.1])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-2017 Free Software Foundation, Inc. -+# Copyright (C) 2001-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd` - - # AM_CONDITIONAL -*- Autoconf -*- - --# Copyright (C) 1997-2017 Free Software Foundation, Inc. -+# Copyright (C) 1997-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE( - Usually this means the macro was only invoked conditionally.]]) - fi])]) - --# Copyright (C) 1999-2017 Free Software Foundation, Inc. -+# Copyright (C) 1999-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -332,13 +332,12 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl - - # Generate code to set up dependency tracking. -*- Autoconf -*- - --# Copyright (C) 1999-2017 Free Software Foundation, Inc. -+# Copyright (C) 1999-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. - -- - # _AM_OUTPUT_DEPENDENCY_COMMANDS - # ------------------------------ - AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -@@ -346,49 +345,41 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS - # Older Autoconf quotes --file arguments for eval, but not when files - # are listed without --file. Let's play safe and only enable the eval - # if we detect the quoting. -- case $CONFIG_FILES in -- *\'*) eval set x "$CONFIG_FILES" ;; -- *) set x $CONFIG_FILES ;; -- esac -+ # TODO: see whether this extra hack can be removed once we start -+ # requiring Autoconf 2.70 or later. -+ AS_CASE([$CONFIG_FILES], -+ [*\'*], [eval set x "$CONFIG_FILES"], -+ [*], [set x $CONFIG_FILES]) - shift -- for mf -+ # Used to flag and report bootstrapping failures. -+ am_rc=0 -+ for am_mf - do - # Strip MF so we end up with the name of the file. -- mf=`echo "$mf" | sed -e 's/:.*$//'` -- # Check whether this is an Automake generated Makefile or not. -- # We used to match only the files named 'Makefile.in', but -- # some people rename them; so instead we look at the file content. -- # Grep'ing the first line is not enough: some people post-process -- # each Makefile.in and add a new line on top of each file to say so. -- # Grep'ing the whole file is not good either: AIX grep has a line -+ am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` -+ # Check whether this is an Automake generated Makefile which includes -+ # dependency-tracking related rules and includes. -+ # Grep'ing the whole file directly is not great: AIX grep has a line - # limit of 2048, but all sed's we know have understand at least 4000. -- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then -- dirpart=`AS_DIRNAME("$mf")` -- else -- continue -- fi -- # Extract the definition of DEPDIR, am__include, and am__quote -- # from the Makefile without running 'make'. -- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` -- test -z "$DEPDIR" && continue -- am__include=`sed -n 's/^am__include = //p' < "$mf"` -- test -z "$am__include" && continue -- am__quote=`sed -n 's/^am__quote = //p' < "$mf"` -- # Find all dependency output files, they are included files with -- # $(DEPDIR) in their names. We invoke sed twice because it is the -- # simplest approach to changing $(DEPDIR) to its actual value in the -- # expansion. -- for file in `sed -n " -- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ -- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do -- # Make sure the directory exists. -- test -f "$dirpart/$file" && continue -- fdir=`AS_DIRNAME(["$file"])` -- AS_MKDIR_P([$dirpart/$fdir]) -- # echo "creating $dirpart/$file" -- echo '# dummy' > "$dirpart/$file" -- done -+ sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ -+ || continue -+ am_dirpart=`AS_DIRNAME(["$am_mf"])` -+ am_filepart=`AS_BASENAME(["$am_mf"])` -+ AM_RUN_LOG([cd "$am_dirpart" \ -+ && sed -e '/# am--include-marker/d' "$am_filepart" \ -+ | $MAKE -f - am--depfiles]) || am_rc=$? - done -+ if test $am_rc -ne 0; then -+ AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments -+ for automatic dependency tracking. Try re-running configure with the -+ '--disable-dependency-tracking' option to at least be able to build -+ the package (albeit without support for automatic dependency tracking).]) -+ fi -+ AS_UNSET([am_dirpart]) -+ AS_UNSET([am_filepart]) -+ AS_UNSET([am_mf]) -+ AS_UNSET([am_rc]) -+ rm -f conftest-deps.mk - } - ])# _AM_OUTPUT_DEPENDENCY_COMMANDS - -@@ -397,18 +388,17 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS - # ----------------------------- - # This macro should only be invoked once -- use via AC_REQUIRE. - # --# This code is only required when automatic dependency tracking --# is enabled. FIXME. This creates each '.P' file that we will --# need in order to bootstrap the dependency handling code. -+# This code is only required when automatic dependency tracking is enabled. -+# This creates each '.Po' and '.Plo' makefile fragment that we'll need in -+# order to bootstrap the dependency handling code. - AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], - [AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], -- [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) --]) -+ [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) - - # Do all the work for Automake. -*- Autoconf -*- - --# Copyright (C) 1996-2017 Free Software Foundation, Inc. -+# Copyright (C) 1996-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -495,8 +485,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl - AC_REQUIRE([AC_PROG_MKDIR_P])dnl - # For better backward compatibility. To be removed once Automake 1.9.x - # dies out for good. For more background, see: --# --# -+# -+# - AC_SUBST([mkdir_p], ['$(MKDIR_P)']) - # We need awk for the "check" target (and possibly the TAP driver). The - # system "awk" is bad on some platforms. -@@ -563,7 +553,7 @@ END - Aborting the configuration process, to ensure you take notice of the issue. - - You can download and install GNU coreutils to get an 'rm' implementation --that behaves properly: . -+that behaves properly: . - - If you want to complete the configuration process using your problematic - 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM -@@ -605,7 +595,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-2017 Free Software Foundation, Inc. -+# Copyright (C) 2001-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -626,7 +616,7 @@ if test x"${install_sh+set}" != xset; th - fi - AC_SUBST([install_sh])]) - --# Copyright (C) 2003-2017 Free Software Foundation, Inc. -+# Copyright (C) 2003-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -648,7 +638,7 @@ AC_SUBST([am__leading_dot])]) - # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- - # From Jim Meyering - --# Copyright (C) 1996-2017 Free Software Foundation, Inc. -+# Copyright (C) 1996-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -683,7 +673,7 @@ AC_MSG_CHECKING([whether to enable maint - - # Check to see how 'make' treats includes. -*- Autoconf -*- - --# Copyright (C) 2001-2017 Free Software Foundation, Inc. -+# Copyright (C) 2001-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -691,49 +681,42 @@ AC_MSG_CHECKING([whether to enable maint - - # AM_MAKE_INCLUDE() - # ----------------- --# Check to see how make treats includes. -+# Check whether make has an 'include' directive that can support all -+# the idioms we need for our automatic dependency tracking code. - AC_DEFUN([AM_MAKE_INCLUDE], --[am_make=${MAKE-make} --cat > confinc << 'END' -+[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) -+cat > confinc.mk << 'END' - am__doit: -- @echo this is the am__doit target -+ @echo this is the am__doit target >confinc.out - .PHONY: am__doit - END --# If we don't find an include directive, just comment out the code. --AC_MSG_CHECKING([for style of include used by $am_make]) - am__include="#" - am__quote= --_am_result=none --# First try GNU make style include. --echo "include confinc" > confmf --# Ignore all kinds of additional output from 'make'. --case `$am_make -s -f confmf 2> /dev/null` in #( --*the\ am__doit\ target*) -- am__include=include -- am__quote= -- _am_result=GNU -- ;; --esac --# Now try BSD make style include. --if test "$am__include" = "#"; then -- echo '.include "confinc"' > confmf -- case `$am_make -s -f confmf 2> /dev/null` in #( -- *the\ am__doit\ target*) -- am__include=.include -- am__quote="\"" -- _am_result=BSD -- ;; -- esac --fi --AC_SUBST([am__include]) --AC_SUBST([am__quote]) --AC_MSG_RESULT([$_am_result]) --rm -f confinc confmf --]) -+# BSD make does it like this. -+echo '.include "confinc.mk" # ignored' > confmf.BSD -+# Other make implementations (GNU, Solaris 10, AIX) do it like this. -+echo 'include confinc.mk # ignored' > confmf.GNU -+_am_result=no -+for s in GNU BSD; do -+ AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) -+ AS_CASE([$?:`cat confinc.out 2>/dev/null`], -+ ['0:this is the am__doit target'], -+ [AS_CASE([$s], -+ [BSD], [am__include='.include' am__quote='"'], -+ [am__include='include' am__quote=''])]) -+ if test "$am__include" != "#"; then -+ _am_result="yes ($s style)" -+ break -+ fi -+done -+rm -f confinc.* confmf.* -+AC_MSG_RESULT([${_am_result}]) -+AC_SUBST([am__include])]) -+AC_SUBST([am__quote])]) - - # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- - --# Copyright (C) 1997-2017 Free Software Foundation, Inc. -+# Copyright (C) 1997-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -772,7 +755,7 @@ fi - - # Helper functions for option handling. -*- Autoconf -*- - --# Copyright (C) 2001-2017 Free Software Foundation, Inc. -+# Copyright (C) 2001-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -801,7 +784,7 @@ AC_DEFUN([_AM_SET_OPTIONS], - AC_DEFUN([_AM_IF_OPTION], - [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - --# Copyright (C) 1999-2017 Free Software Foundation, Inc. -+# Copyright (C) 1999-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -848,7 +831,7 @@ AC_LANG_POP([C])]) - # For backward compatibility. - AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) - --# Copyright (C) 2001-2017 Free Software Foundation, Inc. -+# Copyright (C) 2001-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -867,7 +850,7 @@ AC_DEFUN([AM_RUN_LOG], - - # Check to make sure that the build environment is sane. -*- Autoconf -*- - --# Copyright (C) 1996-2017 Free Software Foundation, Inc. -+# Copyright (C) 1996-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -948,7 +931,7 @@ AC_CONFIG_COMMANDS_PRE( - rm -f conftest.file - ]) - --# Copyright (C) 2009-2017 Free Software Foundation, Inc. -+# Copyright (C) 2009-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -1008,7 +991,7 @@ AC_SUBST([AM_BACKSLASH])dnl - _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl - ]) - --# Copyright (C) 2001-2017 Free Software Foundation, Inc. -+# Copyright (C) 2001-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -1036,7 +1019,7 @@ fi - INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" - AC_SUBST([INSTALL_STRIP_PROGRAM])]) - --# Copyright (C) 2006-2017 Free Software Foundation, Inc. -+# Copyright (C) 2006-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -1055,7 +1038,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ - - # Check how to create a tarball. -*- Autoconf -*- - --# Copyright (C) 2004-2017 Free Software Foundation, Inc. -+# Copyright (C) 2004-2018 Free Software Foundation, Inc. - # - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -Index: gnumeric-1.12.44/compile -=================================================================== ---- gnumeric-1.12.44.orig/compile -+++ gnumeric-1.12.44/compile -@@ -1,9 +1,9 @@ - #! /bin/sh - # Wrapper for compilers which do not understand '-c -o'. - --scriptversion=2012-10-14.11; # UTC -+scriptversion=2018-03-07.03; # UTC - --# Copyright (C) 1999-2014 Free Software Foundation, Inc. -+# Copyright (C) 1999-2018 Free Software Foundation, Inc. - # Written by Tom Tromey . - # - # This program is free software; you can redistribute it and/or modify -@@ -17,7 +17,7 @@ scriptversion=2012-10-14.11; # UTC - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License --# along with this program. If not, see . -+# along with this program. If not, see . - - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -255,7 +255,8 @@ EOF - echo "compile $scriptversion" - exit $? - ;; -- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) -+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ -+ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) - func_cl_wrapper "$@" # Doesn't return... - ;; - esac -@@ -339,9 +340,9 @@ exit $ret - # Local Variables: - # mode: shell-script - # sh-indentation: 2 --# eval: (add-hook 'write-file-hooks 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "scriptversion=" - # time-stamp-format: "%:y-%02m-%02d.%02H" --# time-stamp-time-zone: "UTC" -+# time-stamp-time-zone: "UTC0" - # time-stamp-end: "; # UTC" - # End: -Index: gnumeric-1.12.44/component/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/component/Makefile.in -+++ gnumeric-1.12.44/component/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/gnumeric.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -437,7 +438,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -487,8 +487,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -544,7 +544,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnumeric.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnumeric.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -667,7 +673,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -741,7 +750,7 @@ clean-am: clean-generic clean-goffice_gn - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/gnumeric.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -788,7 +797,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/gnumeric.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -810,20 +819,21 @@ uninstall-am: uninstall-goffice_gnumeric - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-goffice_gnumericLTLIBRARIES clean-libtool cscopelist-am \ -- ctags ctags-am distclean distclean-compile distclean-generic \ -- distclean-libtool distclean-tags distdir 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-goffice_gnumericLTLIBRARIES \ -- install-gtkactionDATA install-html install-html-am \ -- install-info install-info-am install-man install-pdf \ -- install-pdf-am install-ps install-ps-am install-strip \ -- install-xmlDATA installcheck installcheck-am installdirs \ -- maintainer-clean maintainer-clean-generic mostlyclean \ -- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ -- pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-goffice_gnumericLTLIBRARIES clean-libtool \ -+ cscopelist-am ctags ctags-am distclean distclean-compile \ -+ distclean-generic distclean-libtool distclean-tags distdir 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-goffice_gnumericLTLIBRARIES install-gtkactionDATA \ -+ install-html install-html-am install-info install-info-am \ -+ install-man install-pdf install-pdf-am install-ps \ -+ install-ps-am install-strip install-xmlDATA installcheck \ -+ installcheck-am installdirs maintainer-clean \ -+ maintainer-clean-generic mostlyclean mostlyclean-compile \ -+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ -+ tags tags-am uninstall uninstall-am \ - uninstall-goffice_gnumericLTLIBRARIES uninstall-gtkactionDATA \ - uninstall-xmlDATA - -Index: gnumeric-1.12.44/config.guess -=================================================================== ---- gnumeric-1.12.44.orig/config.guess -+++ gnumeric-1.12.44/config.guess -@@ -2,7 +2,7 @@ - # Attempt to guess a canonical system name. - # Copyright 1992-2018 Free Software Foundation, Inc. - --timestamp='2018-02-24' -+timestamp='2018-03-08' - - # 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 -@@ -1046,11 +1046,7 @@ EOF - echo "$UNAME_MACHINE"-dec-linux-"$LIBC" - exit ;; - x86_64:Linux:*:*) -- if objdump -f /bin/sh | grep -q elf32-x86-64; then -- echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 -- else -- echo "$UNAME_MACHINE"-pc-linux-"$LIBC" -- fi -+ echo "$UNAME_MACHINE"-pc-linux-"$LIBC" - exit ;; - xtensa*:Linux:*:*) - echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" -@@ -1473,7 +1469,7 @@ EOF - exit 1 - - # Local variables: --# eval: (add-hook 'write-file-functions 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "timestamp='" - # time-stamp-format: "%:y-%02m-%02d" - # time-stamp-end: "'" -Index: gnumeric-1.12.44/config.sub -=================================================================== ---- gnumeric-1.12.44.orig/config.sub -+++ gnumeric-1.12.44/config.sub -@@ -2,7 +2,7 @@ - # Configuration validation subroutine script. - # Copyright 1992-2018 Free Software Foundation, Inc. - --timestamp='2018-02-22' -+timestamp='2018-05-05' - - # 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 -@@ -110,28 +110,48 @@ case $# in - exit 1;; - esac - --# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). --# Here we must recognize all the valid KERNEL-OS combinations. --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* | netbsd*-eabi* | \ -- kopensolaris*-gnu* | cloudabi*-eabi* | \ -- storm-chaos* | os2-emx* | rtmk-nova*) -- os=-$maybe_os -- basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` -- ;; -- android-linux) -- os=-linux-android -- basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown -- ;; -- *) -- basic_machine=`echo "$1" | sed 's/-[^-]*$//'` -- if [ "$basic_machine" != "$1" ] -- then os=`echo "$1" | sed 's/.*-/-/'` -- else os=; fi -- ;; -+# Spilt fields of configuration type -+IFS="-" read -r field1 field2 field3 field4 <. -+# along with this program. If not, see . - - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -783,7 +783,7 @@ exit 0 - # Local Variables: - # mode: shell-script - # sh-indentation: 2 --# eval: (add-hook 'write-file-hooks 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "scriptversion=" - # time-stamp-format: "%:y-%02m-%02d.%02H" - # time-stamp-time-zone: "UTC0" -Index: gnumeric-1.12.44/doc/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/doc/Makefile.in -+++ gnumeric-1.12.44/doc/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -172,7 +172,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -447,7 +447,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -1003,8 +1002,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -1163,7 +1162,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/16x16/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/16x16/Makefile.in -+++ gnumeric-1.12.44/icons/16x16/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/16x16/actions/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/16x16/actions/Makefile.in -+++ gnumeric-1.12.44/icons/16x16/actions/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -435,8 +434,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -460,7 +459,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/16x16/apps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/16x16/apps/Makefile.in -+++ gnumeric-1.12.44/icons/16x16/apps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -417,8 +416,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -463,7 +462,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/22x22/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/22x22/Makefile.in -+++ gnumeric-1.12.44/icons/22x22/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/22x22/actions/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/22x22/actions/Makefile.in -+++ gnumeric-1.12.44/icons/22x22/actions/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -412,8 +411,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -437,7 +436,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/22x22/apps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/22x22/apps/Makefile.in -+++ gnumeric-1.12.44/icons/22x22/apps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -417,8 +416,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -463,7 +462,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/24x24/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/24x24/Makefile.in -+++ gnumeric-1.12.44/icons/24x24/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/24x24/actions/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/24x24/actions/Makefile.in -+++ gnumeric-1.12.44/icons/24x24/actions/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -464,8 +463,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -489,7 +488,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/24x24/apps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/24x24/apps/Makefile.in -+++ gnumeric-1.12.44/icons/24x24/apps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -417,8 +416,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -463,7 +462,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/256x256/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/256x256/Makefile.in -+++ gnumeric-1.12.44/icons/256x256/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/256x256/apps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/256x256/apps/Makefile.in -+++ gnumeric-1.12.44/icons/256x256/apps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -417,8 +416,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -463,7 +462,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/32x32/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/32x32/Makefile.in -+++ gnumeric-1.12.44/icons/32x32/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/32x32/actions/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/32x32/actions/Makefile.in -+++ gnumeric-1.12.44/icons/32x32/actions/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -393,8 +392,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -418,7 +417,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/32x32/apps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/32x32/apps/Makefile.in -+++ gnumeric-1.12.44/icons/32x32/apps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -417,8 +416,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -463,7 +462,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/48x48/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/48x48/Makefile.in -+++ gnumeric-1.12.44/icons/48x48/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/48x48/actions/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/48x48/actions/Makefile.in -+++ gnumeric-1.12.44/icons/48x48/actions/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -385,8 +384,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -410,7 +409,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/48x48/apps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/48x48/apps/Makefile.in -+++ gnumeric-1.12.44/icons/48x48/apps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -417,8 +416,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -463,7 +462,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/icons/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/icons/Makefile.in -+++ gnumeric-1.12.44/icons/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -170,7 +170,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -445,7 +445,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -496,8 +495,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -656,7 +655,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/install-sh -=================================================================== ---- gnumeric-1.12.44.orig/install-sh -+++ gnumeric-1.12.44/install-sh -@@ -1,7 +1,7 @@ - #!/bin/sh - # install - install a program, script, or datafile - --scriptversion=2014-09-12.12; # UTC -+scriptversion=2018-03-11.20; # UTC - - # This originates from X11R5 (mit/util/scripts/install.sh), which was - # later released in X11R6 (xc/config/util/install.sh) with the -@@ -271,15 +271,18 @@ do - fi - dst=$dst_arg - -- # If destination is a directory, append the input filename; won't work -- # if double slashes aren't ignored. -+ # If destination is a directory, append the input filename. - if test -d "$dst"; then - if test "$is_target_a_directory" = never; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 - fi - dstdir=$dst -- dst=$dstdir/`basename "$src"` -+ dstbase=`basename "$src"` -+ case $dst in -+ */) dst=$dst$dstbase;; -+ *) dst=$dst/$dstbase;; -+ esac - dstdir_status=0 - else - dstdir=`dirname "$dst"` -@@ -288,6 +291,11 @@ do - fi - fi - -+ case $dstdir in -+ */) dstdirslash=$dstdir;; -+ *) dstdirslash=$dstdir/;; -+ esac -+ - obsolete_mkdir_used=false - - if test $dstdir_status != 0; then -@@ -324,14 +332,16 @@ do - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) -- # $RANDOM is not portable (e.g. dash); use it when possible to -- # lower collision chance -+ # Note that $RANDOM variable is not portable (e.g. dash); Use it -+ # here however when possible just to lower collision chance. - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ -+ - trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 - -- # As "mkdir -p" follows symlinks and we work in /tmp possibly; so -- # create the $tmpdir first (and fail if unsuccessful) to make sure -- # that nobody tries to guess the $tmpdir name. -+ # Because "mkdir -p" follows existing symlinks and we likely work -+ # directly in world-writeable /tmp, make sure that the '$tmpdir' -+ # directory is successfully created first before we actually test -+ # 'mkdir -p' feature. - if (umask $mkdir_umask && - $mkdirprog $mkdir_mode "$tmpdir" && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 -@@ -434,8 +444,8 @@ do - else - - # Make a couple of temp file names in the proper directory. -- dsttmp=$dstdir/_inst.$$_ -- rmtmp=$dstdir/_rm.$$_ -+ dsttmp=${dstdirslash}_inst.$$_ -+ rmtmp=${dstdirslash}_rm.$$_ - - # Trap to clean up those temp files at exit. - trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 -@@ -500,9 +510,9 @@ do - done - - # Local variables: --# eval: (add-hook 'write-file-hooks 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "scriptversion=" - # time-stamp-format: "%:y-%02m-%02d.%02H" --# time-stamp-time-zone: "UTC" -+# time-stamp-time-zone: "UTC0" - # time-stamp-end: "; # UTC" - # End: -Index: gnumeric-1.12.44/introspection/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/introspection/Makefile.in -+++ gnumeric-1.12.44/introspection/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -387,8 +386,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -412,7 +411,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -476,10 +478,10 @@ distclean-generic: - maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." --@HAVE_INTROSPECTION_FALSE@install-data-local: --@HAVE_PYTHON_GI_FALSE@install-data-local: - @HAVE_INTROSPECTION_FALSE@uninstall-local: - @HAVE_PYTHON_GI_FALSE@uninstall-local: -+@HAVE_INTROSPECTION_FALSE@install-data-local: -+@HAVE_PYTHON_GI_FALSE@install-data-local: - clean: clean-am - - clean-am: clean-generic clean-libtool mostlyclean-am -Index: gnumeric-1.12.44/ltmain.sh -=================================================================== ---- gnumeric-1.12.44.orig/ltmain.sh -+++ gnumeric-1.12.44/ltmain.sh -@@ -31,7 +31,7 @@ - - PROGRAM=libtool - PACKAGE=libtool --VERSION="2.4.6 Debian-2.4.6-2" -+VERSION=2.4.6 - package_revision=2.4.6 - - -@@ -2068,12 +2068,12 @@ include the following information: - compiler: $LTCC - compiler flags: $LTCFLAGS - linker: $LD (gnu? $with_gnu_ld) -- version: $progname $scriptversion Debian-2.4.6-2 -+ version: $progname (GNU libtool) 2.4.6 - automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` - autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` - - Report bugs to . --GNU libtool home page: . -+GNU libtool home page: . - General help using GNU software: ." - exit 0 - } -@@ -2124,7 +2124,7 @@ fi - # a configuration failure hint, and exit. - func_fatal_configuration () - { -- func__fatal_error ${1+"$@"} \ -+ func_fatal_error ${1+"$@"} \ - "See the $PACKAGE documentation for more information." \ - "Fatal configuration error." - } -@@ -7274,11 +7274,10 @@ func_mode_link () - # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization - # -specs=* GCC specs files - # -stdlib=* select c++ std lib with clang -- # -fsanitize=* Clang/GCC memory and address sanitizer - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ - -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -- -specs=*|-fsanitize=*) -+ -specs=*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result - func_append compile_command " $arg" -@@ -7571,10 +7570,7 @@ func_mode_link () - case $pass in - dlopen) libs=$dlfiles ;; - dlpreopen) libs=$dlprefiles ;; -- link) -- libs="$deplibs %DEPLIBS%" -- test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" -- ;; -+ link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; - esac - fi - if test lib,dlpreopen = "$linkmode,$pass"; then -@@ -7893,19 +7889,19 @@ func_mode_link () - # It is a libtool convenience library, so add in its objects. - func_append convenience " $ladir/$objdir/$old_library" - func_append old_convenience " $ladir/$objdir/$old_library" -- tmp_libs= -- for deplib in $dependency_libs; do -- deplibs="$deplib $deplibs" -- if $opt_preserve_dup_deps; then -- case "$tmp_libs " in -- *" $deplib "*) func_append specialdeplibs " $deplib" ;; -- esac -- fi -- func_append tmp_libs " $deplib" -- done - elif test prog != "$linkmode" && test lib != "$linkmode"; then - func_fatal_error "'$lib' is not a convenience library" - fi -+ tmp_libs= -+ for deplib in $dependency_libs; do -+ deplibs="$deplib $deplibs" -+ if $opt_preserve_dup_deps; then -+ case "$tmp_libs " in -+ *" $deplib "*) func_append specialdeplibs " $deplib" ;; -+ esac -+ fi -+ func_append tmp_libs " $deplib" -+ done - continue - fi # $pass = conv - -@@ -8829,9 +8825,6 @@ func_mode_link () - revision=$number_minor - lt_irix_increment=no - ;; -- *) -- func_fatal_configuration "$modename: unknown library version type '$version_type'" -- ;; - esac - ;; - no) -Index: gnumeric-1.12.44/m4/libtool.m4 -=================================================================== ---- gnumeric-1.12.44.orig/m4/libtool.m4 -+++ gnumeric-1.12.44/m4/libtool.m4 -@@ -728,6 +728,7 @@ _LT_CONFIG_SAVE_COMMANDS([ - cat <<_LT_EOF >> "$cfgfile" - #! $SHELL - # Generated automatically by $as_me ($PACKAGE) $VERSION -+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: - # NOTE: Changes made to this file will be lost: look at ltmain.sh. - - # Provide generalized library-building support services. -@@ -2866,6 +2867,9 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu - # before this can be enabled. - hardcode_into_libs=yes - -+ # Add ABI-specific directories to the system library path. -+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" -+ - # Ideally, we could use ldconfig to report *all* directores which are - # searched for libraries, however this is still not possible. Aside from not - # being certain /sbin/ldconfig is available, command -@@ -2874,7 +2878,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu - # appending ld.so.conf contents (and includes) to the search path. - if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` -- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" -+ sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - fi - - # We used to test for /lib/ld.so.1 and disable shared libraries on -@@ -2886,18 +2890,6 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu - dynamic_linker='GNU/Linux ld.so' - ;; - --netbsdelf*-gnu) -- version_type=linux -- need_lib_prefix=no -- need_version=no -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' -- soname_spec='${libname}${release}${shared_ext}$major' -- shlibpath_var=LD_LIBRARY_PATH -- shlibpath_overrides_runpath=no -- hardcode_into_libs=yes -- dynamic_linker='NetBSD ld.elf_so' -- ;; -- - netbsd*) - version_type=sunos - need_lib_prefix=no -@@ -3557,7 +3549,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu - lt_cv_deplibs_check_method=pass_all - ;; - --netbsd* | netbsdelf*-gnu) -+netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' - else -@@ -4435,7 +4427,7 @@ m4_if([$1], [CXX], [ - ;; - esac - ;; -- netbsd* | netbsdelf*-gnu) -+ netbsd*) - ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise -@@ -4947,9 +4939,6 @@ m4_if([$1], [CXX], [ - ;; - esac - ;; -- linux* | k*bsd*-gnu | gnu*) -- _LT_TAGVAR(link_all_deplibs, $1)=no -- ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; -@@ -5012,9 +5001,6 @@ dnl Note also adjust exclude_expsyms for - openbsd* | bitrig*) - with_gnu_ld=no - ;; -- linux* | k*bsd*-gnu | gnu*) -- _LT_TAGVAR(link_all_deplibs, $1)=no -- ;; - esac - - _LT_TAGVAR(ld_shlibs, $1)=yes -@@ -5269,7 +5255,7 @@ _LT_EOF - fi - ;; - -- netbsd* | netbsdelf*-gnu) -+ netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= -@@ -5790,7 +5776,6 @@ _LT_EOF - if test yes = "$lt_cv_irix_exported_symbol"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' - fi -- _LT_TAGVAR(link_all_deplibs, $1)=no - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' -@@ -5812,7 +5797,7 @@ _LT_EOF - esac - ;; - -- netbsd* | netbsdelf*-gnu) -+ netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else -Index: gnumeric-1.12.44/missing -=================================================================== ---- gnumeric-1.12.44.orig/missing -+++ gnumeric-1.12.44/missing -@@ -1,9 +1,9 @@ - #! /bin/sh - # Common wrapper for a few potentially missing GNU programs. - --scriptversion=2013-10-28.13; # UTC -+scriptversion=2018-03-07.03; # UTC - --# Copyright (C) 1996-2014 Free Software Foundation, Inc. -+# Copyright (C) 1996-2018 Free Software Foundation, Inc. - # Originally written by Fran,cois Pinard , 1996. - - # This program is free software; you can redistribute it and/or modify -@@ -17,7 +17,7 @@ scriptversion=2013-10-28.13; # UTC - # GNU General Public License for more details. - - # You should have received a copy of the GNU General Public License --# along with this program. If not, see . -+# along with this program. If not, see . - - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -101,9 +101,9 @@ else - exit $st - fi - --perl_URL=http://www.perl.org/ --flex_URL=http://flex.sourceforge.net/ --gnu_software_URL=http://www.gnu.org/software -+perl_URL=https://www.perl.org/ -+flex_URL=https://github.com/westes/flex -+gnu_software_URL=https://www.gnu.org/software - - program_details () - { -@@ -207,9 +207,9 @@ give_advice "$1" | sed -e '1s/^/WARNING: - exit $st - - # Local variables: --# eval: (add-hook 'write-file-hooks 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "scriptversion=" - # time-stamp-format: "%:y-%02m-%02d.%02H" --# time-stamp-time-zone: "UTC" -+# time-stamp-time-zone: "UTC0" - # time-stamp-end: "; # UTC" - # End: -Index: gnumeric-1.12.44/plugins/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/Makefile.in -+++ gnumeric-1.12.44/plugins/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -150,7 +150,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -432,7 +432,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -477,8 +476,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -595,7 +594,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/plugins/applix/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/applix/Makefile.in -+++ gnumeric-1.12.44/plugins/applix/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/applix-read.Plo \ -+ ./$(DEPDIR)/applix-write.Plo ./$(DEPDIR)/boot.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,9 +540,15 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applix-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applix-write.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applix-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applix-write.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -643,7 +650,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -717,7 +727,9 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/applix-read.Plo -+ -rm -f ./$(DEPDIR)/applix-write.Plo -+ -rm -f ./$(DEPDIR)/boot.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -764,7 +776,9 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/applix-read.Plo -+ -rm -f ./$(DEPDIR)/applix-write.Plo -+ -rm -f ./$(DEPDIR)/boot.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -786,13 +800,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_applixLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_applixLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_applixLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/dif/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/dif/Makefile.in -+++ gnumeric-1.12.44/plugins/dif/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/dif.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +482,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,7 +539,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dif.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dif.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -641,7 +647,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -715,7 +724,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/dif.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -762,7 +771,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/dif.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -784,13 +793,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_difLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_difLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_difLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/excel/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/excel/Makefile.in -+++ gnumeric-1.12.44/plugins/excel/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -167,7 +167,18 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/biff-types.Plo ./$(DEPDIR)/boot.Plo \ -+ ./$(DEPDIR)/crypt-md4.Plo ./$(DEPDIR)/excel-xml-read.Plo \ -+ ./$(DEPDIR)/md5.Plo ./$(DEPDIR)/ms-biff.Plo \ -+ ./$(DEPDIR)/ms-chart.Plo ./$(DEPDIR)/ms-container.Plo \ -+ ./$(DEPDIR)/ms-escher.Plo ./$(DEPDIR)/ms-excel-read.Plo \ -+ ./$(DEPDIR)/ms-excel-util.Plo ./$(DEPDIR)/ms-excel-write.Plo \ -+ ./$(DEPDIR)/ms-formula-read.Plo \ -+ ./$(DEPDIR)/ms-formula-write.Plo ./$(DEPDIR)/ms-obj.Plo \ -+ ./$(DEPDIR)/rc4.Plo ./$(DEPDIR)/xls-read-pivot.Plo \ -+ ./$(DEPDIR)/xls-write-pivot.Plo ./$(DEPDIR)/xlsx-read.Plo \ -+ ./$(DEPDIR)/xlsx-utils.Plo ./$(DEPDIR)/xlsx-write.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -444,7 +455,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -557,8 +567,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -614,27 +624,33 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biff-types.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-md4.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/excel-xml-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-biff.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-chart.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-container.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-escher.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-excel-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-excel-util.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-excel-write.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-formula-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-formula-write.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-obj.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc4.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xls-read-pivot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xls-write-pivot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsx-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsx-utils.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsx-write.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/biff-types.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypt-md4.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/excel-xml-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-biff.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-chart.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-container.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-escher.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-excel-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-excel-util.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-excel-write.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-formula-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-formula-write.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms-obj.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc4.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xls-read-pivot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xls-write-pivot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsx-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsx-utils.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsx-write.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -736,7 +752,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -813,7 +832,27 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/biff-types.Plo -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/crypt-md4.Plo -+ -rm -f ./$(DEPDIR)/excel-xml-read.Plo -+ -rm -f ./$(DEPDIR)/md5.Plo -+ -rm -f ./$(DEPDIR)/ms-biff.Plo -+ -rm -f ./$(DEPDIR)/ms-chart.Plo -+ -rm -f ./$(DEPDIR)/ms-container.Plo -+ -rm -f ./$(DEPDIR)/ms-escher.Plo -+ -rm -f ./$(DEPDIR)/ms-excel-read.Plo -+ -rm -f ./$(DEPDIR)/ms-excel-util.Plo -+ -rm -f ./$(DEPDIR)/ms-excel-write.Plo -+ -rm -f ./$(DEPDIR)/ms-formula-read.Plo -+ -rm -f ./$(DEPDIR)/ms-formula-write.Plo -+ -rm -f ./$(DEPDIR)/ms-obj.Plo -+ -rm -f ./$(DEPDIR)/rc4.Plo -+ -rm -f ./$(DEPDIR)/xls-read-pivot.Plo -+ -rm -f ./$(DEPDIR)/xls-write-pivot.Plo -+ -rm -f ./$(DEPDIR)/xlsx-read.Plo -+ -rm -f ./$(DEPDIR)/xlsx-utils.Plo -+ -rm -f ./$(DEPDIR)/xlsx-write.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -860,7 +899,27 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/biff-types.Plo -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/crypt-md4.Plo -+ -rm -f ./$(DEPDIR)/excel-xml-read.Plo -+ -rm -f ./$(DEPDIR)/md5.Plo -+ -rm -f ./$(DEPDIR)/ms-biff.Plo -+ -rm -f ./$(DEPDIR)/ms-chart.Plo -+ -rm -f ./$(DEPDIR)/ms-container.Plo -+ -rm -f ./$(DEPDIR)/ms-escher.Plo -+ -rm -f ./$(DEPDIR)/ms-excel-read.Plo -+ -rm -f ./$(DEPDIR)/ms-excel-util.Plo -+ -rm -f ./$(DEPDIR)/ms-excel-write.Plo -+ -rm -f ./$(DEPDIR)/ms-formula-read.Plo -+ -rm -f ./$(DEPDIR)/ms-formula-write.Plo -+ -rm -f ./$(DEPDIR)/ms-obj.Plo -+ -rm -f ./$(DEPDIR)/rc4.Plo -+ -rm -f ./$(DEPDIR)/xls-read-pivot.Plo -+ -rm -f ./$(DEPDIR)/xls-write-pivot.Plo -+ -rm -f ./$(DEPDIR)/xlsx-read.Plo -+ -rm -f ./$(DEPDIR)/xlsx-utils.Plo -+ -rm -f ./$(DEPDIR)/xlsx-write.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -882,13 +941,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: all check install install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_excelLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_excelLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_excelLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/excelplugins/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/excelplugins/Makefile.in -+++ gnumeric-1.12.44/plugins/excelplugins/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -167,7 +167,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/excelplugins.Plo \ -+ ./$(DEPDIR)/xlcall32_emulation.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -444,7 +446,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -491,8 +492,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -551,8 +552,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/excelplugins.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlcall32_emulation.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/excelplugins.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlcall32_emulation.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -654,7 +661,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -728,7 +738,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/excelplugins.Plo -+ -rm -f ./$(DEPDIR)/xlcall32_emulation.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -775,7 +786,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/excelplugins.Plo -+ -rm -f ./$(DEPDIR)/xlcall32_emulation.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -797,13 +809,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_excelpluginsLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_excelpluginsLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_excelpluginsLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-christian-date/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-christian-date/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-christian-date/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fndateLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fndateLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fndateLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-complex/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-complex/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-complex/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo \ -+ ./$(DEPDIR)/gsl-complex.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +484,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,8 +541,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsl-complex.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsl-complex.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -643,7 +650,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -717,7 +727,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo -+ -rm -f ./$(DEPDIR)/gsl-complex.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -764,7 +775,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo -+ -rm -f ./$(DEPDIR)/gsl-complex.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -786,13 +798,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fncomplexLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fncomplexLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fncomplexLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-database/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-database/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-database/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fndatabaseLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fndatabaseLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fndatabaseLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-date/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-date/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-date/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fndateLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fndateLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fndateLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-derivatives/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-derivatives/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-derivatives/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/options.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/options.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/options.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_derivativesLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_derivativesLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_derivativesLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-eng/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-eng/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-eng/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnengLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnengLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnengLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-erlang/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-erlang/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-erlang/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnerlangLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnerlangLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnerlangLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-financial/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-financial/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-financial/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo ./$(DEPDIR)/sc-fin.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,8 +540,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc-fin.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc-fin.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -643,7 +649,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -717,7 +726,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo -+ -rm -f ./$(DEPDIR)/sc-fin.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -764,7 +774,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo -+ -rm -f ./$(DEPDIR)/sc-fin.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -786,13 +797,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnfinancialLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnfinancialLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnfinancialLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-hebrew-date/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-hebrew-date/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-hebrew-date/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo \ -+ ./$(DEPDIR)/hdate_hdate.Plo ./$(DEPDIR)/hdate_strings.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +484,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,9 +541,15 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdate_hdate.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdate_strings.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdate_hdate.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdate_strings.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -644,7 +651,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -718,7 +728,9 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo -+ -rm -f ./$(DEPDIR)/hdate_hdate.Plo -+ -rm -f ./$(DEPDIR)/hdate_strings.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -765,7 +777,9 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo -+ -rm -f ./$(DEPDIR)/hdate_hdate.Plo -+ -rm -f ./$(DEPDIR)/hdate_strings.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -787,13 +801,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fndateLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fndateLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fndateLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-info/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-info/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-info/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fninfoLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fninfoLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fninfoLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-logical/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-logical/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-logical/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnlogicalLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnlogicalLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnlogicalLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-lookup/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-lookup/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-lookup/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnlookupLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnlookupLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnlookupLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-math/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-math/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-math/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnmathLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnmathLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnmathLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-numtheory/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-numtheory/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-numtheory/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/numtheory.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numtheory.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numtheory.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/numtheory.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/numtheory.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_numtheoryLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_numtheoryLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_numtheoryLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-r/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-r/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-r/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/extra.Plo ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,8 +540,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extra.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extra.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -643,7 +649,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -717,7 +726,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/extra.Plo -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -764,7 +774,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/extra.Plo -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -786,13 +797,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnrLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnrLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnrLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-random/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-random/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-random/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnrandomLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnrandomLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnrandomLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-stat/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-stat/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-stat/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnstatLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnstatLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnstatLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-string/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-string/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-string/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fnstringLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fnstringLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fnstringLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/fn-tsa/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/fn-tsa/Makefile.in -+++ gnumeric-1.12.44/plugins/fn-tsa/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/functions.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -485,8 +485,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -542,7 +542,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/functions.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -644,7 +650,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -718,7 +727,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -765,7 +774,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/functions.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -787,13 +796,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_fn_tsaLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_fn_tsaLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_fn_tsaLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/gda/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/gda/Makefile.in -+++ gnumeric-1.12.44/plugins/gda/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/plugin-gda.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -486,8 +486,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -543,7 +543,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin-gda.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin-gda.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -645,7 +651,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -719,7 +728,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/plugin-gda.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -766,7 +775,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/plugin-gda.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -788,13 +797,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_gdaifLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_gdaifLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_gdaifLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/glpk/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/glpk/Makefile.in -+++ gnumeric-1.12.44/plugins/glpk/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo ./$(DEPDIR)/glpk-write.Plo \ -+ ./$(DEPDIR)/gnm-glpk.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -486,8 +487,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -543,9 +544,15 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpk-write.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-glpk.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glpk-write.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-glpk.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -647,7 +654,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -721,7 +731,9 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/glpk-write.Plo -+ -rm -f ./$(DEPDIR)/gnm-glpk.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -768,7 +780,9 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/glpk-write.Plo -+ -rm -f ./$(DEPDIR)/gnm-glpk.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -790,13 +804,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_glpkLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_glpkLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_glpkLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/gnome-db/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/gnome-db/Makefile.in -+++ gnumeric-1.12.44/plugins/gnome-db/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/plugin-gnomedb.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -486,8 +486,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -543,7 +543,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin-gnomedb.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin-gnomedb.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -645,7 +651,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -719,7 +728,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/plugin-gnomedb.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -766,7 +775,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/plugin-gnomedb.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -788,13 +797,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_gnomedbLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_gnomedbLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_gnomedbLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/gnome-glossary/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/gnome-glossary/Makefile.in -+++ gnumeric-1.12.44/plugins/gnome-glossary/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -388,7 +388,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -428,8 +427,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -530,7 +529,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/plugins/html/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/html/Makefile.in -+++ gnumeric-1.12.44/plugins/html/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,10 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo ./$(DEPDIR)/font.Plo \ -+ ./$(DEPDIR)/html.Plo ./$(DEPDIR)/html_read.Plo \ -+ ./$(DEPDIR)/latex.Plo ./$(DEPDIR)/roff.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +442,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -491,8 +493,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -548,12 +550,18 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html_read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latex.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/roff.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html_read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latex.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/roff.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -655,7 +663,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -729,7 +740,12 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/font.Plo -+ -rm -f ./$(DEPDIR)/html.Plo -+ -rm -f ./$(DEPDIR)/html_read.Plo -+ -rm -f ./$(DEPDIR)/latex.Plo -+ -rm -f ./$(DEPDIR)/roff.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -776,7 +792,12 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/font.Plo -+ -rm -f ./$(DEPDIR)/html.Plo -+ -rm -f ./$(DEPDIR)/html_read.Plo -+ -rm -f ./$(DEPDIR)/latex.Plo -+ -rm -f ./$(DEPDIR)/roff.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -798,13 +819,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_htmlLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_htmlLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_htmlLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/lotus-123/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/lotus-123/Makefile.in -+++ gnumeric-1.12.44/plugins/lotus-123/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo \ -+ ./$(DEPDIR)/lotus-formula.Plo ./$(DEPDIR)/lotus.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -489,8 +490,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -546,9 +547,15 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lotus-formula.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lotus.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lotus-formula.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lotus.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -650,7 +657,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -724,7 +734,9 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/lotus-formula.Plo -+ -rm -f ./$(DEPDIR)/lotus.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -771,7 +783,9 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/lotus-formula.Plo -+ -rm -f ./$(DEPDIR)/lotus.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -793,13 +807,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_lotusLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_lotusLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_lotusLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/lpsolve/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/lpsolve/Makefile.in -+++ gnumeric-1.12.44/plugins/lpsolve/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo ./$(DEPDIR)/gnm-lpsolve.Plo \ -+ ./$(DEPDIR)/lpsolve-write.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -486,8 +487,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -543,9 +544,15 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-lpsolve.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpsolve-write.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-lpsolve.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpsolve-write.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -647,7 +654,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -721,7 +731,9 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/gnm-lpsolve.Plo -+ -rm -f ./$(DEPDIR)/lpsolve-write.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -768,7 +780,9 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/gnm-lpsolve.Plo -+ -rm -f ./$(DEPDIR)/lpsolve-write.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -790,13 +804,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_lpsolveLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_lpsolveLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_lpsolveLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/mps/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/mps/Makefile.in -+++ gnumeric-1.12.44/plugins/mps/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/mps.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +482,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,7 +539,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mps.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mps.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -641,7 +647,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -715,7 +724,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/mps.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -762,7 +771,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/mps.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -784,13 +793,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_mpsLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_mpsLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_mpsLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/nlsolve/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/nlsolve/Makefile.in -+++ gnumeric-1.12.44/plugins/nlsolve/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo ./$(DEPDIR)/gnm-nlsolve.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -485,8 +485,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -542,8 +542,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-nlsolve.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-nlsolve.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -645,7 +651,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -719,7 +728,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/gnm-nlsolve.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -766,7 +776,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/gnm-nlsolve.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -788,13 +799,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_nlsolveLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_nlsolveLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_nlsolveLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/oleo/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/oleo/Makefile.in -+++ gnumeric-1.12.44/plugins/oleo/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo ./$(DEPDIR)/oleo.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +482,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,8 +539,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oleo.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oleo.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/oleo.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +773,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/oleo.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +796,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_oleoLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_oleoLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_oleoLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/openoffice/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/openoffice/Makefile.in -+++ gnumeric-1.12.44/plugins/openoffice/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/openoffice-read.Plo \ -+ ./$(DEPDIR)/openoffice-write.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,8 +540,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openoffice-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openoffice-write.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openoffice-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openoffice-write.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +649,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +726,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/openoffice-read.Plo -+ -rm -f ./$(DEPDIR)/openoffice-write.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +774,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/openoffice-read.Plo -+ -rm -f ./$(DEPDIR)/openoffice-write.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +797,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_openofficeLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_openofficeLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_openofficeLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/paradox/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/paradox/Makefile.in -+++ gnumeric-1.12.44/plugins/paradox/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/paradox.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -485,8 +485,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -542,7 +542,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paradox.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paradox.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -644,7 +650,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -718,7 +727,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/paradox.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -765,7 +774,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/paradox.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -787,13 +796,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_paradoxLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_paradoxLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_paradoxLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/perl-func/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/perl-func/Makefile.in -+++ gnumeric-1.12.44/plugins/perl-func/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -387,7 +387,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -423,8 +422,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -504,7 +503,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/plugins/perl-loader/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/perl-loader/Makefile.in -+++ gnumeric-1.12.44/plugins/perl-loader/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -169,7 +169,7 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = --am__depfiles_maybe = -+am__maybe_remake_depfiles = - AM_V_CC = $(am__v_CC_@AM_V@) - am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) - am__v_CC_0 = @echo " CC " $@; -@@ -438,7 +438,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -518,8 +517,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -663,7 +662,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/plugins/plan-perfect/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/plan-perfect/Makefile.in -+++ gnumeric-1.12.44/plugins/plan-perfect/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/pln.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -485,8 +485,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -542,8 +542,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pln.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pln.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -645,7 +651,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -719,7 +728,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/charset.Plo -+ -rm -f ./$(DEPDIR)/pln.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -766,7 +776,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/charset.Plo -+ -rm -f ./$(DEPDIR)/pln.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -788,13 +799,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_plan_perfectLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_plan_perfectLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_plan_perfectLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/psiconv/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/psiconv/Makefile.in -+++ gnumeric-1.12.44/plugins/psiconv/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,9 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo \ -+ ./$(DEPDIR)/psiconv-read.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +441,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -484,8 +485,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -541,8 +542,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psiconv-read.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psiconv-read.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -644,7 +651,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -718,7 +728,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/psiconv-read.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -765,7 +776,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/psiconv-read.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -787,13 +799,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_psiconvLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_psiconvLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_psiconvLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/py-func/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/py-func/Makefile.in -+++ gnumeric-1.12.44/plugins/py-func/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -387,7 +387,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -423,8 +422,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -504,7 +503,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/plugins/python-loader/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/python-loader/Makefile.in -+++ gnumeric-1.12.44/plugins/python-loader/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -166,7 +166,13 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo \ -+ ./$(DEPDIR)/gnm-py-interpreter.Plo ./$(DEPDIR)/gnm-python.Plo \ -+ ./$(DEPDIR)/py-command-line.Plo ./$(DEPDIR)/py-console.Plo \ -+ ./$(DEPDIR)/py-gnumeric.Plo \ -+ ./$(DEPDIR)/py-interpreter-selector.Plo \ -+ ./$(DEPDIR)/python-loader.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -443,7 +449,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -507,8 +512,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -564,14 +569,20 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-py-interpreter.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-python.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-command-line.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-console.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-gnumeric.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-interpreter-selector.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/python-loader.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-py-interpreter.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnm-python.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-command-line.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-console.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-gnumeric.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/py-interpreter-selector.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/python-loader.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -673,7 +684,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -747,7 +761,14 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/gnm-py-interpreter.Plo -+ -rm -f ./$(DEPDIR)/gnm-python.Plo -+ -rm -f ./$(DEPDIR)/py-command-line.Plo -+ -rm -f ./$(DEPDIR)/py-console.Plo -+ -rm -f ./$(DEPDIR)/py-gnumeric.Plo -+ -rm -f ./$(DEPDIR)/py-interpreter-selector.Plo -+ -rm -f ./$(DEPDIR)/python-loader.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -794,7 +815,14 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/gnm-py-interpreter.Plo -+ -rm -f ./$(DEPDIR)/gnm-python.Plo -+ -rm -f ./$(DEPDIR)/py-command-line.Plo -+ -rm -f ./$(DEPDIR)/py-console.Plo -+ -rm -f ./$(DEPDIR)/py-gnumeric.Plo -+ -rm -f ./$(DEPDIR)/py-interpreter-selector.Plo -+ -rm -f ./$(DEPDIR)/python-loader.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -816,13 +844,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_python_loaderLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_python_loaderLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_python_loaderLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/qpro/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/qpro/Makefile.in -+++ gnumeric-1.12.44/plugins/qpro/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/qpro-read.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -485,8 +485,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -542,7 +542,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qpro-read.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qpro-read.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -644,7 +650,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -718,7 +727,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/qpro-read.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -765,7 +774,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/qpro-read.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -787,13 +796,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_qproLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_qproLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_qproLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/sample_datasource/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/sample_datasource/Makefile.in -+++ gnumeric-1.12.44/plugins/sample_datasource/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -162,7 +162,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/sample_datasource.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -439,7 +440,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample_datasource.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample_datasource.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -717,7 +726,7 @@ clean-am: clean-generic \ - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/sample_datasource.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -764,7 +773,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/sample_datasource.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -786,7 +795,8 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic \ - clean-gnumeric_plugin_sample_datasourceLTLIBRARIES \ - clean-libtool cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ -Index: gnumeric-1.12.44/plugins/sc/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/sc/Makefile.in -+++ gnumeric-1.12.44/plugins/sc/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/sc.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +482,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,7 +539,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sc.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -641,7 +647,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -715,7 +724,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/sc.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -761,7 +770,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/sc.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -783,13 +792,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_scLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_scLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_scLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/sylk/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/sylk/Makefile.in -+++ gnumeric-1.12.44/plugins/sylk/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/sylk-write.Plo ./$(DEPDIR)/sylk.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +482,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,8 +539,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylk-write.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylk.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylk-write.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sylk.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/sylk-write.Plo -+ -rm -f ./$(DEPDIR)/sylk.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +773,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/sylk-write.Plo -+ -rm -f ./$(DEPDIR)/sylk.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +796,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_sylkLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_sylkLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_sylkLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/uihello/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/uihello/Makefile.in -+++ gnumeric-1.12.44/plugins/uihello/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/uihello.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -483,8 +483,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -540,7 +540,13 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uihello.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uihello.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,7 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/uihello.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +772,7 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/uihello.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +794,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_testuiLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_testuiLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_testuiLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/plugins/xbase/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/plugins/xbase/Makefile.in -+++ gnumeric-1.12.44/plugins/xbase/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -161,7 +161,8 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/boot.Plo ./$(DEPDIR)/xbase.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -438,7 +439,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -482,8 +482,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -539,8 +539,14 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbase.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boot.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbase.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -642,7 +648,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -716,7 +725,8 @@ clean-am: clean-generic clean-gnumeric_p - clean-libtool mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/xbase.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -763,7 +773,8 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) -+ -rm -f ./$(DEPDIR)/boot.Plo -+ -rm -f ./$(DEPDIR)/xbase.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -785,13 +796,13 @@ uninstall-am: uninstall-gnumeric_plugin_ - - .MAKE: install-am install-strip - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ -- clean-gnumeric_plugin_xbaseLTLIBRARIES clean-libtool \ -- cscopelist-am ctags ctags-am distclean distclean-compile \ -- distclean-generic distclean-libtool distclean-tags distdir 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 \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ -+ clean-generic clean-gnumeric_plugin_xbaseLTLIBRARIES \ -+ clean-libtool cscopelist-am ctags ctags-am distclean \ -+ distclean-compile distclean-generic distclean-libtool \ -+ distclean-tags distdir 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-gnumeric_plugin_xbaseLTLIBRARIES install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-ps install-ps-am \ -Index: gnumeric-1.12.44/schemas/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/schemas/Makefile.in -+++ gnumeric-1.12.44/schemas/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -391,7 +391,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -433,8 +432,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -485,7 +484,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/src/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/src/Makefile.in -+++ gnumeric-1.12.44/src/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -132,6 +132,12 @@ CONFIG_HEADER = $(top_builddir)/gnumeric - $(top_builddir)/gnumeric-features.h - CONFIG_CLEAN_FILES = - CONFIG_CLEAN_VPATH_FILES = -+@WITH_GTK_TRUE@am__EXEEXT_1 = gnumeric$(EXEEXT) -+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ -+ "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" \ -+ "$(DESTDIR)$(libspreadsheet_includedir)" \ -+ "$(DESTDIR)$(toolsdir)" "$(DESTDIR)$(widgetsdir)" -+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) - am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; - am__vpath_adj = case $$p in \ - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ -@@ -159,10 +165,6 @@ am__uninstall_files_from_dir = { \ - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ - $(am__cd) "$$dir" && rm -f $$files; }; \ - } --am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ -- "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" \ -- "$(DESTDIR)$(libspreadsheet_includedir)" \ -- "$(DESTDIR)$(toolsdir)" "$(DESTDIR)$(widgetsdir)" - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - am__libspreadsheet_la_SOURCES_DIST = go-val.h go-val.c goffice-data.h \ -@@ -486,8 +488,6 @@ libspreadsheet_la_LINK = $(LIBTOOL) $(AM - $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ - $(AM_CFLAGS) $(CFLAGS) $(libspreadsheet_la_LDFLAGS) $(LDFLAGS) \ - -o $@ --@WITH_GTK_TRUE@am__EXEEXT_1 = gnumeric$(EXEEXT) --PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) - am_gnumeric_OBJECTS = io-context-gtk.$(OBJEXT) \ - main-application.$(OBJEXT) - gnumeric_OBJECTS = $(am_gnumeric_OBJECTS) -@@ -542,7 +542,247 @@ am__v_at_0 = @ - am__v_at_1 = - DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) - depcomp = $(SHELL) $(top_srcdir)/depcomp --am__depfiles_maybe = depfiles -+am__maybe_remake_depfiles = depfiles -+am__depfiles_remade = ./$(DEPDIR)/io-context-gtk.Po \ -+ ./$(DEPDIR)/libspreadsheet_la-application.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-auto-format.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-cell.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-cellspan.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-clipboard.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-collect.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-colrow.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-command-context.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-commands.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-complete.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-complex.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-consolidate.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-criteria.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-dependent.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-expr-name.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-expr.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-format-template.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-func.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-go-val.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-graph.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gui-file.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gui-util.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-gutils.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-history.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-hlink.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-input-msg.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-item-bar.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-item-edit.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-item-grid.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-mstyle.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-number-match.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-parse-util.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-parser.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-pattern.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-position.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-print-cell.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-print-info.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-print.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-ranges.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-search.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-selection.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-session.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sheet.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-sort.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-stf-export.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-stf.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-style-border.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-style-color.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-style.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-undo.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-validation.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-value.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-workbook.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo \ -+ ./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo \ -+ ./$(DEPDIR)/main-application.Po ./$(DEPDIR)/ssconvert.Po \ -+ ./$(DEPDIR)/ssdiff.Po ./$(DEPDIR)/ssgrep.Po \ -+ ./$(DEPDIR)/ssindex.Po ./$(DEPDIR)/sstest.Po \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo \ -+ dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-dao.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-filter.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo \ -+ tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo \ -+ widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo - am__mv = mv -f - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -@@ -837,7 +1077,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -1427,8 +1666,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -1439,6 +1678,73 @@ $(top_srcdir)/configure: @MAINTAINER_MOD - $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - $(am__aclocal_m4_deps): -+install-binPROGRAMS: $(bin_PROGRAMS) -+ @$(NORMAL_INSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ if test -n "$$list"; then \ -+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ -+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ -+ fi; \ -+ for p in $$list; do echo "$$p $$p"; done | \ -+ sed 's/$(EXEEXT)$$//' | \ -+ while read p p1; do if test -f $$p \ -+ || test -f $$p1 \ -+ ; then echo "$$p"; echo "$$p"; else :; fi; \ -+ done | \ -+ sed -e 'p;s,.*/,,;n;h' \ -+ -e 's|.*|.|' \ -+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ -+ sed 'N;N;N;s,\n, ,g' | \ -+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ -+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ -+ if ($$2 == $$4) files[d] = files[d] " " $$1; \ -+ else { print "f", $$3 "/" $$4, $$1; } } \ -+ END { for (d in files) print "f", d, files[d] }' | \ -+ while read type dir files; do \ -+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ -+ test -z "$$files" || { \ -+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ -+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ -+ } \ -+ ; done -+ -+uninstall-binPROGRAMS: -+ @$(NORMAL_UNINSTALL) -+ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -+ files=`for p in $$list; do echo "$$p"; done | \ -+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -+ -e 's/$$/$(EXEEXT)/' \ -+ `; \ -+ test -n "$$list" || exit 0; \ -+ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ -+ cd "$(DESTDIR)$(bindir)" && rm -f $$files -+ -+clean-binPROGRAMS: -+ @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list -+ -+clean-checkPROGRAMS: -+ @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list -+ -+clean-noinstPROGRAMS: -+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list || exit $$?; \ -+ test -n "$(EXEEXT)" || exit 0; \ -+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -+ echo " rm -f" $$list; \ -+ rm -f $$list - - install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) -@@ -1721,73 +2027,6 @@ widgets/libspreadsheet_la-gnm-text-view. - - libspreadsheet.la: $(libspreadsheet_la_OBJECTS) $(libspreadsheet_la_DEPENDENCIES) $(EXTRA_libspreadsheet_la_DEPENDENCIES) - $(AM_V_CCLD)$(libspreadsheet_la_LINK) -rpath $(libdir) $(libspreadsheet_la_OBJECTS) $(libspreadsheet_la_LIBADD) $(LIBS) --install-binPROGRAMS: $(bin_PROGRAMS) -- @$(NORMAL_INSTALL) -- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -- if test -n "$$list"; then \ -- echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ -- $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ -- fi; \ -- for p in $$list; do echo "$$p $$p"; done | \ -- sed 's/$(EXEEXT)$$//' | \ -- while read p p1; do if test -f $$p \ -- || test -f $$p1 \ -- ; then echo "$$p"; echo "$$p"; else :; fi; \ -- done | \ -- sed -e 'p;s,.*/,,;n;h' \ -- -e 's|.*|.|' \ -- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ -- sed 'N;N;N;s,\n, ,g' | \ -- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ -- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ -- if ($$2 == $$4) files[d] = files[d] " " $$1; \ -- else { print "f", $$3 "/" $$4, $$1; } } \ -- END { for (d in files) print "f", d, files[d] }' | \ -- while read type dir files; do \ -- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ -- test -z "$$files" || { \ -- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ -- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ -- } \ -- ; done -- --uninstall-binPROGRAMS: -- @$(NORMAL_UNINSTALL) -- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ -- files=`for p in $$list; do echo "$$p"; done | \ -- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -- -e 's/$$/$(EXEEXT)/' \ -- `; \ -- test -n "$$list" || exit 0; \ -- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ -- cd "$(DESTDIR)$(bindir)" && rm -f $$files -- --clean-binPROGRAMS: -- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ -- echo " rm -f" $$list; \ -- rm -f $$list || exit $$?; \ -- test -n "$(EXEEXT)" || exit 0; \ -- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -- echo " rm -f" $$list; \ -- rm -f $$list -- --clean-checkPROGRAMS: -- @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ -- echo " rm -f" $$list; \ -- rm -f $$list || exit $$?; \ -- test -n "$(EXEEXT)" || exit 0; \ -- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -- echo " rm -f" $$list; \ -- rm -f $$list -- --clean-noinstPROGRAMS: -- @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ -- echo " rm -f" $$list; \ -- rm -f $$list || exit $$?; \ -- test -n "$(EXEEXT)" || exit 0; \ -- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ -- echo " rm -f" $$list; \ -- rm -f $$list - - gnumeric$(EXEEXT): $(gnumeric_OBJECTS) $(gnumeric_DEPENDENCIES) $(EXTRA_gnumeric_DEPENDENCIES) - @rm -f gnumeric$(EXEEXT) -@@ -1825,249 +2064,255 @@ mostlyclean-compile: - distclean-compile: - -rm -f *.tab.c - --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io-context-gtk.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-application.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-auto-format.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cell.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cellspan.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-clipboard.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-collect.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-colrow.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-command-context.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-commands.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complete.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complex.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-consolidate.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-criteria.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-dependent.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr-name.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-format-template.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-func.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-val.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-graph.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-file.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-util.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gutils.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-history.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-hlink.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-input-msg.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-bar.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-edit.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-grid.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-mstyle.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-number-match.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-parse-util.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-parser.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-pattern.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-position.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print-cell.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print-info.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-ranges.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-search.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-selection.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-session.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sort.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf-export.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-border.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-color.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-undo.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-validation.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-value.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-application.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssconvert.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssdiff.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssgrep.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssindex.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sstest.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-dao.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-filter.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io-context-gtk.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-application.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-auto-format.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cell.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cellspan.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-clipboard.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-collect.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-colrow.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-command-context.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-commands.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complete.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complex.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-consolidate.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-criteria.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-dependent.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr-name.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-format-template.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-func.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-val.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-graph.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-file.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-util.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gutils.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-history.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-hlink.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-input-msg.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-bar.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-edit.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-grid.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-mstyle.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-number-match.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-parse-util.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-parser.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-pattern.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-position.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print-cell.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print-info.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-ranges.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-search.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-selection.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-session.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sort.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf-export.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-border.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-color.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-undo.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-validation.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-value.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-application.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssconvert.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssdiff.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssgrep.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssindex.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sstest.Po@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-dao.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-filter.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo@am__quote@ # am--include-marker -+@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo@am__quote@ # am--include-marker -+ -+$(am__depfiles_remade): -+ @$(MKDIR_P) $(@D) -+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@ -+ -+am--depfiles: $(am__depfiles_remade) - - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -@@ -3914,7 +4159,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -@@ -3948,11 +4196,11 @@ check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-am --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) -+all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS) - install-binPROGRAMS: install-libLTLIBRARIES - - installdirs: -- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(libspreadsheet_includedir)" "$(DESTDIR)$(toolsdir)" "$(DESTDIR)$(widgetsdir)"; do \ -+ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(libspreadsheet_includedir)" "$(DESTDIR)$(toolsdir)" "$(DESTDIR)$(widgetsdir)"; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: $(BUILT_SOURCES) -@@ -4002,7 +4250,249 @@ clean-am: clean-binPROGRAMS clean-checkP - mostlyclean-am - - distclean: distclean-am -- -rm -rf ./$(DEPDIR) dialogs/$(DEPDIR) tools/$(DEPDIR) widgets/$(DEPDIR) -+ -rm -f ./$(DEPDIR)/io-context-gtk.Po -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-application.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-auto-format.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cell.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cellspan.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-clipboard.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-collect.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-colrow.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-command-context.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-commands.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-complete.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-complex.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-consolidate.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-criteria.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-dependent.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-expr-name.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-expr.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-format-template.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-func.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-val.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-graph.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gui-file.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gui-util.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gutils.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-history.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-hlink.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-input-msg.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-bar.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-edit.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-grid.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-mstyle.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-number-match.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-parse-util.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-parser.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-pattern.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-position.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-print-cell.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-print-info.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-print.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-ranges.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-search.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-selection.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-session.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sort.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-stf-export.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-stf.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style-border.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style-color.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-undo.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-validation.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-value.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo -+ -rm -f ./$(DEPDIR)/main-application.Po -+ -rm -f ./$(DEPDIR)/ssconvert.Po -+ -rm -f ./$(DEPDIR)/ssdiff.Po -+ -rm -f ./$(DEPDIR)/ssgrep.Po -+ -rm -f ./$(DEPDIR)/ssindex.Po -+ -rm -f ./$(DEPDIR)/sstest.Po -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-dao.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-filter.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo - -rm -f Makefile - distclean-am: clean-am distclean-compile distclean-generic \ - distclean-tags -@@ -4051,7 +4541,249 @@ install-ps-am: - installcheck-am: - - maintainer-clean: maintainer-clean-am -- -rm -rf ./$(DEPDIR) dialogs/$(DEPDIR) tools/$(DEPDIR) widgets/$(DEPDIR) -+ -rm -f ./$(DEPDIR)/io-context-gtk.Po -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-application.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-auto-format.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cell.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cellspan.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-clipboard.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-collect.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-colrow.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-command-context.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-commands.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-complete.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-complex.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-consolidate.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-criteria.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-dependent.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-expr-name.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-expr.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-format-template.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-func.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-go-val.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-graph.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gui-file.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gui-util.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-gutils.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-history.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-hlink.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-input-msg.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-bar.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-edit.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-item-grid.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-mstyle.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-number-match.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-parse-util.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-parser.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-pattern.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-position.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-print-cell.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-print-info.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-print.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-ranges.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-search.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-selection.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-session.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sheet.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-sort.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-stf-export.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-stf.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style-border.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style-color.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-style.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-undo.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-validation.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-value.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-workbook.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo -+ -rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo -+ -rm -f ./$(DEPDIR)/main-application.Po -+ -rm -f ./$(DEPDIR)/ssconvert.Po -+ -rm -f ./$(DEPDIR)/ssdiff.Po -+ -rm -f ./$(DEPDIR)/ssgrep.Po -+ -rm -f ./$(DEPDIR)/ssindex.Po -+ -rm -f ./$(DEPDIR)/sstest.Po -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo -+ -rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-dao.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-filter.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo -+ -rm -f tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo -+ -rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo - -rm -f Makefile - maintainer-clean-am: distclean-am maintainer-clean-generic - -@@ -4077,7 +4809,7 @@ uninstall-am: uninstall-binPROGRAMS unin - .MAKE: all check check-am install install-am install-exec-am \ - install-strip uninstall-am - --.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ -+.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ - clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ - clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \ - cscopelist-am ctags ctags-am distclean distclean-compile \ -Index: gnumeric-1.12.44/templates/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/templates/Makefile.in -+++ gnumeric-1.12.44/templates/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -444,8 +443,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -562,7 +561,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/templates/autoformat/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/templates/autoformat/Makefile.in -+++ gnumeric-1.12.44/templates/autoformat/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -354,7 +354,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -416,8 +415,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -441,7 +440,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/templates/english/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/templates/english/Makefile.in -+++ gnumeric-1.12.44/templates/english/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -384,7 +384,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -422,8 +421,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -468,7 +467,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/test-driver -=================================================================== ---- gnumeric-1.12.44.orig/test-driver -+++ gnumeric-1.12.44/test-driver -@@ -1,9 +1,9 @@ - #! /bin/sh - # test-driver - basic testsuite driver script. - --scriptversion=2013-07-13.22; # UTC -+scriptversion=2018-03-07.03; # UTC - --# Copyright (C) 2011-2014 Free Software Foundation, Inc. -+# Copyright (C) 2011-2018 Free Software Foundation, Inc. - # - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by -@@ -16,7 +16,7 @@ scriptversion=2013-07-13.22; # UTC - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License --# along with this program. If not, see . -+# along with this program. If not, see . - - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -140,9 +140,9 @@ echo ":copy-in-global-log: $gcopy" >> $t - # Local Variables: - # mode: shell-script - # sh-indentation: 2 --# eval: (add-hook 'write-file-hooks 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "scriptversion=" - # time-stamp-format: "%:y-%02m-%02d.%02H" --# time-stamp-time-zone: "UTC" -+# time-stamp-time-zone: "UTC0" - # time-stamp-end: "; # UTC" - # End: -Index: gnumeric-1.12.44/test/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/test/Makefile.in -+++ gnumeric-1.12.44/test/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -593,7 +593,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -700,8 +699,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -845,7 +844,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) - fi; \ - $$success || exit 1 - --check-TESTS: -+check-TESTS: - @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list - @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list - @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) -@@ -1952,7 +1951,10 @@ t3004-introspection-overrides.pl.log: t3 - @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ - @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/tools/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/tools/Makefile.in -+++ gnumeric-1.12.44/tools/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -139,7 +139,7 @@ am__recursive_targets = \ - $(RECURSIVE_CLEAN_TARGETS) \ - $(am__extra_recursive_targets) - AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ -- distdir -+ distdir distdir-am - am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) - # Read a list of newline-separated strings from the standard input, - # and print each of them once, without duplicates. Input order is -@@ -414,7 +414,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -455,8 +454,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -573,7 +572,10 @@ cscopelist-am: $(am__tagged_files) - distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/tools/win32/Makefile.in -=================================================================== ---- gnumeric-1.12.44.orig/tools/win32/Makefile.in -+++ gnumeric-1.12.44/tools/win32/Makefile.in -@@ -1,7 +1,7 @@ --# Makefile.in generated by automake 1.15.1 from Makefile.am. -+# Makefile.in generated by automake 1.16.1 from Makefile.am. - # @configure_input@ - --# Copyright (C) 1994-2017 Free Software Foundation, Inc. -+# Copyright (C) 1994-2018 Free Software Foundation, Inc. - - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -@@ -355,7 +355,6 @@ pdfdir = @pdfdir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ - psdir = @psdir@ --runstatedir = @runstatedir@ - sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - srcdir = @srcdir@ -@@ -388,8 +387,8 @@ Makefile: $(srcdir)/Makefile.in $(top_bu - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ -- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ -- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ -+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ -+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ - esac; - - $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -@@ -417,7 +416,10 @@ ctags CTAGS: - cscope cscopelist: - - --distdir: $(DISTFILES) -+distdir: $(BUILT_SOURCES) -+ $(MAKE) $(AM_MAKEFLAGS) distdir-am -+ -+distdir-am: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ -Index: gnumeric-1.12.44/ylwrap -=================================================================== ---- gnumeric-1.12.44.orig/ylwrap -+++ gnumeric-1.12.44/ylwrap -@@ -1,9 +1,9 @@ - #! /bin/sh - # ylwrap - wrapper for lex/yacc invocations. - --scriptversion=2016-01-11.22; # UTC -+scriptversion=2018-03-07.03; # UTC - --# Copyright (C) 1996-2017 Free Software Foundation, Inc. -+# Copyright (C) 1996-2018 Free Software Foundation, Inc. - # - # Written by Tom Tromey . - # -@@ -18,7 +18,7 @@ scriptversion=2016-01-11.22; # UTC - # GNU General Public License for more details. - # - # You should have received a copy of the GNU General Public License --# along with this program. If not, see . -+# along with this program. If not, see . - - # As a special exception to the GNU General Public License, if you - # distribute this file as part of a program that contains a -@@ -239,7 +239,7 @@ exit $ret - # Local Variables: - # mode: shell-script - # sh-indentation: 2 --# eval: (add-hook 'write-file-hooks 'time-stamp) -+# eval: (add-hook 'before-save-hook 'time-stamp) - # time-stamp-start: "scriptversion=" - # time-stamp-format: "%:y-%02m-%02d.%02H" - # time-stamp-time-zone: "UTC0" diff --git a/gnumeric-1.12.45-configure-use-python2.patch b/gnumeric-1.12.45-configure-use-python2.patch new file mode 100644 index 0000000..30412e1 --- /dev/null +++ b/gnumeric-1.12.45-configure-use-python2.patch @@ -0,0 +1,24 @@ +diff -up gnumeric-1.12.45/configure.ac.orig gnumeric-1.12.45/configure.ac +--- gnumeric-1.12.45/configure.ac.orig 2019-06-05 07:22:39.244200779 +0200 ++++ gnumeric-1.12.45/configure.ac 2019-06-05 07:23:28.287836957 +0200 +@@ -870,7 +870,7 @@ if test "x$PYTHON" != x; then + AC_MSG_CHECKING([for python module gi]) + if $PYTHON -c 'import gi' 2>/dev/null; then + have_python_gi=yes +- [PYTHON_GIOVERRIDESDIR=`python -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'`] ++ [PYTHON_GIOVERRIDESDIR=`$PYTHON -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'`] + fi + AC_MSG_RESULT($have_python_gi) + fi +diff -up gnumeric-1.12.45/configure.orig gnumeric-1.12.45/configure +--- gnumeric-1.12.45/configure.orig 2019-06-05 07:22:45.990187453 +0200 ++++ gnumeric-1.12.45/configure 2019-06-05 07:23:35.655822401 +0200 +@@ -17754,7 +17754,7 @@ _ACEOF + $as_echo_n "checking for python module gi... " >&6; } + if $PYTHON -c 'import gi' 2>/dev/null; then + have_python_gi=yes +- PYTHON_GIOVERRIDESDIR=`python -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'` ++ PYTHON_GIOVERRIDESDIR=`$PYTHON -c 'import gi; import os.path; print(os.path.dirname(gi.__file__)+"/overrides")'` + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_python_gi" >&5 + $as_echo "$have_python_gi" >&6; } diff --git a/gnumeric.spec b/gnumeric.spec index abea745..e1225e7 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -13,7 +13,7 @@ Summary: Spreadsheet program for GNOME License: GPLv2+ and GPLv3+ and LGPLv2+ URL: http://projects.gnome.org/gnumeric/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.12/%{name}-%{version}.tar.xz -Patch0: gnumeric-1.12.44-configure-use-python2.patch +Patch0: gnumeric-1.12.45-configure-use-python2.patch BuildRequires: bison BuildRequires: desktop-file-utils BuildRequires: docbook-dtds @@ -74,36 +74,20 @@ chmod -x plugins/excel/rc4.? %build -%configure --disable-silent-rules PYTHON=/usr/bin/python2 +%configure --disable-silent-rules --disable-maintainer-mode PYTHON=/usr/bin/python2 # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} +%make_build %install %make_install -# Update the screenshot shown in the software center -# -# NOTE: It would be *awesome* if this file was pushed upstream. -# -# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details. -# -appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/gnumeric.appdata.xml \ - "https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnumeric/Screenshot from 2013-10-10 14:19:50.png" - %find_lang %{name} --all-name --with-gnome mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --delete-original \ -%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7) - --vendor fedora \ -%endif - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category Office \ - --add-category Spreadsheet \ - --remove-category Education \ --remove-category Science \ $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop @@ -142,11 +126,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_datadir}/icons/hicolor/*/apps/%{name}.png %dir %{_datadir}/%{name} %{_datadir}/%{name}/%{version} -%if (0%{?fedora} && 0%{?fedora} < 19) || (0%{?rhel} && 0%{?rhel} < 7) -%{_datadir}/applications/fedora-%{name}.desktop -%else %{_datadir}/applications/%{name}.desktop -%endif %{_datadir}/appdata/%{name}.appdata.xml %{_mandir}/man1/* @@ -169,6 +149,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog * Tue Jun 04 2019 Julian Sikorski - 1:1.12.45-1 - Update to 1.12.45 +- Update python2 patch +- Drop obsolete .spec sections * Sat Jun 01 2019 Jitka Plesnikova - 1:1.12.44-6 - Perl 5.30 rebuild